mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
25 lines
492 B
NASM
25 lines
492 B
NASM
|
|
SECTION "Pokedex Entries 001-064", ROMX, BANK[POKEDEX_ENTRIES_1]
|
|
|
|
PokedexEntries1:
|
|
INCLUDE "stats/pokedex/entries_1.asm"
|
|
|
|
|
|
SECTION "Pokedex Entries 065-128", ROMX, BANK[POKEDEX_ENTRIES_2]
|
|
|
|
PokedexEntries2:
|
|
INCLUDE "stats/pokedex/entries_2.asm"
|
|
|
|
|
|
SECTION "Pokedex Entries 129-192", ROMX, BANK[POKEDEX_ENTRIES_3]
|
|
|
|
PokedexEntries3:
|
|
INCLUDE "stats/pokedex/entries_3.asm"
|
|
|
|
|
|
SECTION "Pokedex Entries 193-251", ROMX, BANK[POKEDEX_ENTRIES_4]
|
|
|
|
PokedexEntries4:
|
|
INCLUDE "stats/pokedex/entries_4.asm"
|
|
|