maps.o and stats/pokedex/entries.o

This commit is contained in:
yenatch
2013-11-26 05:23:56 -05:00
parent 04eb541f83
commit 41f149c7f1
7 changed files with 576 additions and 557 deletions

24
stats/pokedex/entries.asm Normal file
View 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"

View File

@@ -0,0 +1,5 @@
INCLUDE "pokecrystal.asm"
INCLUDE "includes.asm"
INCLUDE "stats/pokedex/entries.asm"