diff options
author | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-01-16 10:46:08 -0600 |
commit | 518e7d399cd69b3775226f0ed5b7921e92f05c64 (patch) | |
tree | 0e31470be75ba9565ea3465130bfcfa041056359 /src/data | |
parent | 09ac45cb24b6182ba4e6bc2dc3c71e205a652d37 (diff) |
Rename some script commands
like print_text_string -> print_npc_text etc, and change instances of 'battle' to 'duel'
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/npc_map_data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/npc_map_data.asm b/src/data/npc_map_data.asm index adcbee2..5278db3 100644 --- a/src/data/npc_map_data.asm +++ b/src/data/npc_map_data.asm @@ -1,4 +1,4 @@ -; NPC Map data. Note: pre-load functions also run after battles +; NPC Map data. Note: pre-load functions also run after duels ; Format: ; NPC, X position, Y Position, Direction, ; pre-load function. (Resets c flag if NPC should not be loaded) |