You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
maps.o and stats/pokedex/entries.o
This commit is contained in:
24
stats/pokedex/entries.asm
Normal file
24
stats/pokedex/entries.asm
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
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"
|
||||
|
||||
5
stats/pokedex/entries_crystal.asm
Normal file
5
stats/pokedex/entries_crystal.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
INCLUDE "pokecrystal.asm"
|
||||
INCLUDE "includes.asm"
|
||||
|
||||
INCLUDE "stats/pokedex/entries.asm"
|
||||
|
||||
Reference in New Issue
Block a user