diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:26:23 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:26:23 -0400 |
commit | a9ae89792cd54bf32e619eb00f38d16cbfaaf656 (patch) | |
tree | 52c820d9fbb6733cb2adc9e8c9f69f77ceadf631 | |
parent | f00dbc8015612a50cdffc12d2ec4b644605ca56b (diff) |
Renamed overworld.asm to field_moves.asm
-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
|