add pokedex order data

This commit is contained in:
YamaArashi 2015-10-09 00:43:11 -07:00
parent 2f245f08c5
commit c21b61688e
4 changed files with 1388 additions and 144 deletions

File diff suppressed because it is too large Load Diff

View File

@ -62,4 +62,4 @@
.byte \text_color << 4 @ low nybble seems unused
.byte (\shadow_color << 4) | \bg_color
.2byte 0 @ padding
.endm
.endm

View File

@ -145,7 +145,13 @@ gUnknown_82EC7CC: @ 82EC7CC
.2byte 0x0004
.2byte 0x0008
include_range 0x2ec7d4, 0x616128
include_range 0x2ec7d4, 0x31d94c
.include "data/pokedex_order.s"
.align 2, 0
include_range 0x31e2f0, 0x616128
gFont6BrailleGlyphs: @ 8616128
.incbin "base_emerald.gba", 0x616128, 0x1000

1238
data/pokedex_order.s Normal file

File diff suppressed because it is too large Load Diff