Use numeric constants in text strings with "{d:interpolation}"

This commit is contained in:
Rangi
2021-03-21 18:14:31 -04:00
parent 0506e5b1b9
commit 90ce126139
13 changed files with 35 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
GiveParkBalls:
xor a
ld [wContestMon], a
ld a, 20
ld a, BUG_CONTEST_BALLS
ld [wParkBallsRemaining], a
farcall StartBugContestTimer
ret