mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-07 23:43:59 -05:00
Fix atk55 arg type
This commit is contained in:
parent
ff72b9ba58
commit
dc02e82c19
|
|
@ -476,7 +476,7 @@
|
|||
|
||||
.macro atk55 int
|
||||
.byte 0x55
|
||||
.4byte \int
|
||||
.2byte \int
|
||||
.endm
|
||||
|
||||
.macro atk56 bank_or_side
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user