diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-10-16 14:44:26 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-16 11:44:26 -0700 |
commit | 38d28d2c9165e5b3e6c768feb6d00310f6323c34 (patch) | |
tree | 56581be6316e4fbd3a5bd32deae4f14ab23b700c /asm/macros | |
parent | 049101deed4888d3435030f7587727b0727a10ab (diff) |
Label battle AI script and update map BGM constants (#59)
* purge text label redundancy in data2
* revo you dummy dont commit experimental changes like that
* Map header music constants
* Declare CoordEvent and BgEvent structs
* start labeling AI labels
* more labels
* even more AI labels
* finish labeling battle AI
* change flee2 to watch
* egg nickname
* oops
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/battle_ai_script.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/battle_ai_script.s b/asm/macros/battle_ai_script.s index 3405e7e44..38a44ddfb 100644 --- a/asm/macros/battle_ai_script.s +++ b/asm/macros/battle_ai_script.s @@ -407,7 +407,7 @@ .4byte \address .endm - .macro flee2 + .macro watch .byte 0x47 .endm |