mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +13:00
putting together the progression
This commit is contained in:
parent
f196adc8a1
commit
60d337d272
14 changed files with 173 additions and 57 deletions
|
|
@ -90,4 +90,6 @@ MapScenes::
|
|||
scene_var BLUE_LAB, wBlueLabSceneID
|
||||
scene_var ROUTE_66_WHITE_CITY_GATE, wRoute66WhiteCityGateID
|
||||
scene_var SAFARI_ZONE_FUCHSIA_GATE_BETA, wFuchsiaSafariZoneGateID
|
||||
scene_var VERMILION_CITY, wVermilionCityID
|
||||
scene_var ROUTE_14, wVermilionCityID
|
||||
db -1 ; end
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ ChrisNameMenuHeader:
|
|||
db 5 ; items
|
||||
db "NEW NAME@"
|
||||
MalePlayerNameArray:
|
||||
db "ETHAN@"
|
||||
db "GOLD@"
|
||||
db "CHRIS@"
|
||||
db "JIMMY@"
|
||||
db "ETHAN@" ; games
|
||||
db "GOLD@" ; manga
|
||||
db "JIMMY@" ; legend of thunder
|
||||
db "CHRIS@" ; vanilla
|
||||
db 2 ; title indent
|
||||
db " NAME @" ; title
|
||||
|
||||
|
|
@ -29,10 +29,10 @@ KrisNameMenuHeader:
|
|||
db 5 ; items
|
||||
db "NEW NAME@"
|
||||
FemalePlayerNameArray:
|
||||
db "KRIS@"
|
||||
db "MARINA@"
|
||||
db "AMANDA@"
|
||||
db "JODI@"
|
||||
db "KRIS@" ; game
|
||||
db "MARINA@" ; legend of thunder
|
||||
db "CRYSTAL@" ; manga
|
||||
db "CHRIS@" ; golden boys - plays with the male player version as well, showing it's a unisex name
|
||||
db 2 ; title indent
|
||||
db " NAME @" ; title
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue