refac: make nipper functions static where applicable

This commit is contained in:
Bl00D4NGEL
2024-10-04 18:01:54 +02:00
parent 87942a08b0
commit bd78c628f5
3 changed files with 47 additions and 46 deletions

View File

@@ -598,7 +598,7 @@ void warp_bgsEnterTanktupConditional(s32 arg0, s32 arg1) {
}
void warp_ttcEnterNippersShell(s32 arg0, s32 arg1) {
if (func_80388A44() != 0) {
if (chNipper_isInState7() != 0) {
func_8031CC8C(arg0, 0x601);
}
}