aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-22 21:05:51 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-22 21:05:51 -0400
commit980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb (patch)
tree745646bc2baccb60da67d83e3428f4d62cd923c3 /wram.asm
parentengine/printer.asm (diff)
parentBank11 and 14 misc functions. (diff)
downloadpokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.tar.gz
pokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.tar.xz
pokeyellow-980ce8005df3ff2c2d008f3fe2c36ed357b2a2cb.zip
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index de88919b..77c489f8 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2191,11 +2191,11 @@ wNumberOfNoRandomBattleStepsLeft:: ; d13c
; after a battle, you have at least 3 steps before a random battle can occur
ds 1
-W_PRIZE1:: ; d13d
+wPrize1:: ; d13d
ds 1
-W_PRIZE2:: ; d13e
+wPrize2:: ; d13e
ds 1
-W_PRIZE3:: ; d13f
+wPrize3:: ; d13f
ds 1
ds 1