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:
@@ -542,10 +542,10 @@ Continue_LoadMenuHeader: ; 5ebf
|
||||
ld hl, .MenuDataHeader_Dex
|
||||
ld a, [wStatusFlags]
|
||||
bit 0, a ; pokedex
|
||||
jr nz, .pokedex_header
|
||||
jr nz, .show_menu
|
||||
ld hl, .MenuDataHeader_NoDex
|
||||
|
||||
.pokedex_header
|
||||
.show_menu
|
||||
call _OffsetMenuDataHeader
|
||||
call MenuBox
|
||||
call PlaceVerticalMenuItems
|
||||
|
Reference in New Issue
Block a user