summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-07-17 23:08:04 +0200
committermid-kid <esteve.varela@gmail.com>2018-07-18 10:55:30 +0200
commit1fc7430a2baa2835f4dad4676a3e7ae513275a7d (patch)
tree9ea4f88527995b7b7790e988fc4c495d0e7dbe85 /data
parent778d57ba217e9f0da9af03beceab0cc5fbd153b5 (diff)
Fix misnamed character codes
Some character codes were erroneously named after their text command counterparts. This has caused a lot of confusion with naming their functions and with other things. I've also removed the `dict2` macro and expanded the `dict` macro. This really isn't something we should be doing for macros but I can't deny it looks a lot neater than repeated code.
Diffstat (limited to 'data')
-rw-r--r--data/phone/non_trainer_names.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/phone/non_trainer_names.asm b/data/phone/non_trainer_names.asm
index d7648fa7f..1792c506a 100644
--- a/data/phone/non_trainer_names.asm
+++ b/data/phone/non_trainer_names.asm
@@ -12,4 +12,4 @@ NonTrainerCallerNames:
.bill: db "BILL:@"
.elm: db "PROF.ELM:@"
.bikeshop: db "BIKE SHOP:@"
-.buena: db "BUENA:<LNBRK> DISC JOCKEY@"
+.buena: db "BUENA:<LF> DISC JOCKEY@"