Fix atk55 arg type
This commit is contained in:
@@ -476,7 +476,7 @@
|
|||||||
|
|
||||||
.macro atk55 int
|
.macro atk55 int
|
||||||
.byte 0x55
|
.byte 0x55
|
||||||
.4byte \int
|
.2byte \int
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro atk56 bank_or_side
|
.macro atk56 bank_or_side
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
.section script_data, "aw", %progbits
|
.section script_data, "aw", %progbits
|
||||||
|
|
||||||
gBattleScriptsForMoveEffects:: @ 81D65A8
|
gBattleScriptsForMoveEffects:: @ 81D65A8
|
||||||
.incbin "baserom.gba", 0x1D65A8, 0x388
|
.incbin "baserom.gba", 0x1D65A8, 0x37C
|
||||||
|
|
||||||
|
BattleScript_81D6924::
|
||||||
|
.incbin "baserom.gba", 0x1D6924, 0xC
|
||||||
|
|
||||||
BattleScript_HitFromCritCalc:: @ 81D6930
|
BattleScript_HitFromCritCalc:: @ 81D6930
|
||||||
.incbin "baserom.gba", 0x1D6930, 0x1E
|
.incbin "baserom.gba", 0x1D6930, 0x1E
|
||||||
|
|||||||
Reference in New Issue
Block a user