Fix atk55 arg type

This commit is contained in:
PikalaxALT 2019-11-05 17:08:05 -05:00
parent ff72b9ba58
commit dc02e82c19
2 changed files with 5 additions and 2 deletions

View File

@ -476,7 +476,7 @@
.macro atk55 int
.byte 0x55
.4byte \int
.2byte \int
.endm
.macro atk56 bank_or_side

View File

@ -1,7 +1,10 @@
.section script_data, "aw", %progbits
gBattleScriptsForMoveEffects:: @ 81D65A8
.incbin "baserom.gba", 0x1D65A8, 0x388
.incbin "baserom.gba", 0x1D65A8, 0x37C
BattleScript_81D6924::
.incbin "baserom.gba", 0x1D6924, 0xC
BattleScript_HitFromCritCalc:: @ 81D6930
.incbin "baserom.gba", 0x1D6930, 0x1E