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 numeric constants in text strings with "{d:interpolation}"
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
GiveParkBalls:
|
||||
xor a
|
||||
ld [wContestMon], a
|
||||
ld a, 20
|
||||
ld a, BUG_CONTEST_BALLS
|
||||
ld [wParkBallsRemaining], a
|
||||
farcall StartBugContestTimer
|
||||
ret
|
||||
|
Reference in New Issue
Block a user