diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:12:17 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:12:17 +0200 |
commit | 30c85a5128b2b68049ce7b62d8beb64adad26b64 (patch) | |
tree | c2f74fedc64ea1d54dd17bcb8ad09f60f8f6e75b /asm/macros/battle_script.inc | |
parent | 272b98da6c5174db3f7f2d05ed765fc4cdefc2c6 (diff) |
more battle documentation
Diffstat (limited to 'asm/macros/battle_script.inc')
-rw-r--r-- | asm/macros/battle_script.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/battle_script.inc b/asm/macros/battle_script.inc index 73fcbeac1..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 @@ -1163,7 +1163,7 @@ .4byte \param0 .endm - .macro snatchsetbanks + .macro snatchsetbattlers .byte 0xed .endm |