diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
commit | e92e2cb0aa31adf9872b147a1b6deb9d9844b7e8 (patch) | |
tree | b3e357be8cec0c64a84773a7b63f54f97825cbaf /asm/macros/battle_script.inc | |
parent | 156fb472e10c10751268d2339b2526c8bd07e34f (diff) | |
parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
Diffstat (limited to 'asm/macros/battle_script.inc')
-rw-r--r-- | asm/macros/battle_script.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/macros/battle_script.inc b/asm/macros/battle_script.inc index 083107c08..c03d78df7 100644 --- a/asm/macros/battle_script.inc +++ b/asm/macros/battle_script.inc @@ -511,7 +511,7 @@ .byte \bank .endm - .macro atk5F + .macro swapattackerwithtarget .byte 0x5f .endm @@ -525,7 +525,7 @@ .byte \bank .endm - .macro atk62 bank + .macro hidepartystatussummary bank .byte 0x62 .byte \bank .endm @@ -1163,7 +1163,7 @@ .4byte \param0 .endm - .macro snatchsetbanks + .macro snatchsetbattlers .byte 0xed .endm |