From 38d28d2c9165e5b3e6c768feb6d00310f6323c34 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sun, 16 Oct 2016 14:44:26 -0400 Subject: 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 --- asm/macros/battle_ai_script.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/macros') 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 -- cgit v1.2.3