mirror of
https://github.com/pret/pokegold.git
synced 2026-08-09 19:57:26 -05:00
14 lines
249 B
NASM
14 lines
249 B
NASM
NonTrainerCallerNames:
|
|
; entries correspond to PHONECONTACT_* constants
|
|
dw .none
|
|
dw .mom
|
|
dw .bikeshop
|
|
dw .bill
|
|
dw .elm
|
|
|
|
.none: db "----------@"
|
|
.mom: db "MOM@"
|
|
.bill: db "BILL@"
|
|
.elm: db "PROF.ELM@"
|
|
.bikeshop: db "BIKE SHOP@"
|