diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-04-24 20:24:36 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-04-24 20:24:36 -0700 |
commit | b5374ee7a97fbab52b7ac0a581474d87f56217fa (patch) | |
tree | 1ecef3dba890397d242309cf2f98b14dd5f27647 /main.asm | |
parent | 3fac8501418ee66be63a3cfb3a957bef26a36ffd (diff) |
Dump and label pokedex scroll bar data
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -31328,7 +31328,7 @@ Func_285db: ; 0x285db ld a, [wCurPokedexIndex] ld c, a ld b, $0 - ld hl, Data_2b136 + ld hl, DexScrollBarOffsets add hl, bc ld a, [hl] add $49 @@ -31340,7 +31340,7 @@ Func_285db: ; 0x285db and $3 ld e, a ld d, $0 - ld hl, Data_28687 + ld hl, DexScrollBarOAMIds add hl, de ld a, [hl] call LoadOAMData @@ -31405,8 +31405,8 @@ PointerTable_2867f: ; 0x2867f dw Func_286dd dw Func_28765 -Data_28687: - dr $28687, $2868b +DexScrollBarOAMIds: + db $67, $68, $69, $68 DrawCornerInfoPokedexScreen: ; 0x2868b ; If player is holding SELECT button, it draws the seen/own count in the top-right corner. @@ -33104,8 +33104,7 @@ INCLUDE "text/pokedex_species.asm" Data_2a85d: dr $2a85d, $2b136 -Data_2b136: - dr $2b136, $2b1cd +INCLUDE "data/dex_scroll_offsets.asm" SECTION "bankb", ROMX, BANK[$b] |