You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
map_header → map_def; map_header_2 → map_data
This commit is contained in:
@@ -56,11 +56,11 @@ MovePlayerPic: ; 88266
|
||||
jr .loop
|
||||
|
||||
ShowPlayerNamingChoices: ; 88297
|
||||
ld hl, ChrisNameMenuHeader
|
||||
ld hl, ChrisNameMenuDataHeader
|
||||
ld a, [wPlayerGender]
|
||||
bit 0, a
|
||||
jr z, .GotGender
|
||||
ld hl, KrisNameMenuHeader
|
||||
ld hl, KrisNameMenuDataHeader
|
||||
.GotGender:
|
||||
call LoadMenuDataHeader
|
||||
call VerticalMenu
|
||||
|
||||
Reference in New Issue
Block a user