diff options
Diffstat (limited to 'engine/events.asm')
-rw-r--r-- | engine/events.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events.asm b/engine/events.asm index 881f81af2..0ca77e67f 100644 --- a/engine/events.asm +++ b/engine/events.asm @@ -382,7 +382,7 @@ CheckTileEvent: ; 96874 call CheckBit4_ScriptFlags3 jr z, .ok - call Function97cc0 + call RockSmashEncounter ret c jr .ok @@ -582,7 +582,7 @@ CheckAPressOW: ; 96999 ret c call TryReadSign ret c - call Function97c5f + call CheckFacingTileEvent ret c xor a ret |