You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use constants for PartyAttr in move_effects/thief.asm
This commit is contained in:
@@ -96,7 +96,7 @@ BattleCommand_Thief:
|
||||
jp StdBattleTextbox
|
||||
|
||||
.playeritem
|
||||
ld a, 1
|
||||
ld a, MON_ITEM
|
||||
call BattlePartyAttr
|
||||
ld d, h
|
||||
ld e, l
|
||||
@@ -104,7 +104,7 @@ BattleCommand_Thief:
|
||||
ret
|
||||
|
||||
.enemyitem
|
||||
ld a, 1
|
||||
ld a, MON_ITEM
|
||||
call OTPartyAttr
|
||||
ld d, h
|
||||
ld e, l
|
||||
|
Reference in New Issue
Block a user