mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
add pokedex order data
This commit is contained in:
parent
2f245f08c5
commit
c21b61688e
284
asm/emerald.s
284
asm/emerald.s
File diff suppressed because it is too large
Load Diff
@ -62,4 +62,4 @@
|
||||
.byte \text_color << 4 @ low nybble seems unused
|
||||
.byte (\shadow_color << 4) | \bg_color
|
||||
.2byte 0 @ padding
|
||||
.endm
|
||||
.endm
|
||||
|
@ -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
1238
data/pokedex_order.s
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user