diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-11 13:46:56 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:31:10 +0100 |
commit | 991d207d86c936757e70d2e6a1f6ee6b0e0f5891 (patch) | |
tree | 3656ed62ee6eef3b0dda1e7ad6b448d024de7096 /engine/events | |
parent | a094c58f1e80f31ea9cf02cc30dea455b65983ce (diff) |
OWFlash -> FlashFunction
Match the other overworld move functions
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm index cf393ca92..35d7d26c7 100644 --- a/engine/events/overworld.asm +++ b/engine/events/overworld.asm @@ -273,7 +273,7 @@ CheckOverworldTileArrays: INCLUDE "data/events/field_move_blocks.asm" -OWFlash: +FlashFunction: call .CheckUseFlash and $7f ld [wFieldMoveSucceeded], a |