mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
17
data/phone/non_trainer_names.asm
Normal file
17
data/phone/non_trainer_names.asm
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
NonTrainerCallerNames:
|
||||
; entries correspond to PHONECONTACT_* constants (see constants/trainer_constants.asm)
|
||||
table_width 2, NonTrainerCallerNames
|
||||
dw .none
|
||||
dw .mom
|
||||
dw .bikeshop
|
||||
dw .bill
|
||||
dw .elm
|
||||
dw .buena
|
||||
assert_table_length NUM_NONTRAINER_PHONECONTACTS + 1
|
||||
|
||||
.none: db "----------@"
|
||||
.mom: db "MOM:@"
|
||||
.bill: db "BILL:@"
|
||||
.elm: db "PROF.ELM:@"
|
||||
.bikeshop: db "BIKE SHOP:@"
|
||||
.buena: db "BUENA:<LF> DISC JOCKEY@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue