Move event data to data/events/
This commit is contained in:
16
data/phone/non_trainer_names.asm
Normal file
16
data/phone/non_trainer_names.asm
Normal file
@@ -0,0 +1,16 @@
|
||||
NonTrainerCallerNames: ; 903d6
|
||||
; entries correspond to PHONECONTACT_* constants
|
||||
dw .none
|
||||
dw .mom
|
||||
dw .bikeshop
|
||||
dw .bill
|
||||
dw .elm
|
||||
dw .buena
|
||||
|
||||
.none: db "----------@"
|
||||
.mom: db "MOM:@"
|
||||
.bill: db "BILL:@"
|
||||
.elm: db "PROF.ELM:@"
|
||||
.bikeshop: db "BIKE SHOP:@"
|
||||
.buena: db "BUENA:<LNBRK> DISC JOCKEY@"
|
||||
; 90423
|
Reference in New Issue
Block a user