diff options
-rwxr-xr-x | engine/events/field_moves.asm (renamed from engine/events/overworld.asm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/overworld.asm b/engine/events/field_moves.asm index 0eb7c46..7650715 100755 --- a/engine/events/overworld.asm +++ b/engine/events/field_moves.asm @@ -2,7 +2,7 @@ INCLUDE "constants.asm" ; TODO - need to constantize tile ids, movements
-SECTION "CutFunction", ROMX[$4fab], BANK[$03]
+SECTION "Field Moves", ROMX[$4fab], BANK[$03]
CutFunction: ; 03:4fab
call .reset
|