From 1fc7430a2baa2835f4dad4676a3e7ae513275a7d Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 17 Jul 2018 23:08:04 +0200 Subject: 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. --- data/phone/non_trainer_names.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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: DISC JOCKEY@" +.buena: db "BUENA: DISC JOCKEY@" -- cgit v1.2.3