mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
pokedex entries got caught in the map header move
This commit is contained in:
parent
d6f6df0feb
commit
736275ae0a
6
main.asm
6
main.asm
@ -17087,6 +17087,12 @@ INCLUDE "maps/LancesRoom.asm"
|
||||
INCLUDE "maps/HallOfFame.asm"
|
||||
|
||||
|
||||
; Pokedex entries I
|
||||
; 001-064
|
||||
|
||||
INCLUDE "stats/pokedex/entries_1.asm"
|
||||
|
||||
|
||||
SECTION "bank61",DATA,BANK[$61]
|
||||
|
||||
; Map Scripts XIV
|
||||
|
@ -123,10 +123,6 @@ HallOfFame_MapEventHeader: ; 0x181678
|
||||
; 0x181695
|
||||
|
||||
|
||||
; Pokedex entries I
|
||||
; 001-064
|
||||
|
||||
INCLUDE "stats/pokedex/entries_1.asm"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user