aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/bills_pc.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-06-23 19:06:14 -0500
committerGitHub <noreply@github.com>2020-06-23 19:06:14 -0500
commitff927ba730e45a843c1e183b5f05646f96378af0 (patch)
tree530f89782772bb76a76fbdd28247f1c6e3248483 /engine/menu/bills_pc.asm
parentMerge pull request #243 from Nog-Frog/rename-unused-cd40 (diff)
parentMove more tables from engine/ to data/ (diff)
downloadpokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.tar.gz
pokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.tar.xz
pokeyellow-ff927ba730e45a843c1e183b5f05646f96378af0.zip
Merge pull request #250 from Rangi42/master
Move more tables from engine/ to data/
Diffstat (limited to 'engine/menu/bills_pc.asm')
-rw-r--r--engine/menu/bills_pc.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm
index a05676c4..6f643228 100644
--- a/engine/menu/bills_pc.asm
+++ b/engine/menu/bills_pc.asm
@@ -89,7 +89,7 @@ SomeonesPCText: db "SOMEONE's PC@"
BillsPCText: db "BILL's PC@"
PlayersPCText: db "'s PC@"
OaksPCText: db "PROF.OAK's PC@"
-PKMNLeaguePCText: db $4a, "LEAGUE@"
+PKMNLeaguePCText: db "<pkmn>LEAGUE@"
LogOffPCText: db "LOG OFF@"
BillsPC_::
@@ -339,9 +339,9 @@ DisplayMonListMenu:
ret
BillsPCMenuText:
- db "WITHDRAW ", $4a
- next "DEPOSIT ", $4a
- next "RELEASE ", $4a
+ db "WITHDRAW <pkmn>"
+ next "DEPOSIT <pkmn>"
+ next "RELEASE <pkmn>"
next "CHANGE BOX"
next "SEE YA!"
db "@"