You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename CheckTrainerBattle
Renamed to be more in line with our current coding standards. Hopefully this is slightly more readable.
This commit is contained in:
@@ -248,7 +248,7 @@ PlayerEvents:
|
||||
|
||||
call Dummy_CheckScriptFlags3Bit5 ; This is a waste of time
|
||||
|
||||
call CheckTrainerBattle3
|
||||
call CheckTrainerBattle_GetPlayerEvent
|
||||
jr c, .ok
|
||||
|
||||
call CheckTileEvent
|
||||
@@ -289,10 +289,10 @@ PlayerEvents:
|
||||
scf
|
||||
ret
|
||||
|
||||
CheckTrainerBattle3:
|
||||
CheckTrainerBattle_GetPlayerEvent:
|
||||
nop
|
||||
nop
|
||||
call CheckTrainerBattle2
|
||||
call CheckTrainerBattle
|
||||
jr nc, .nope
|
||||
|
||||
ld a, PLAYEREVENT_SEENBYTRAINER
|
||||
|
Reference in New Issue
Block a user