diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:55:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:55:54 -0600 |
commit | d3ba945563c6eec52fe791fb52d806f350badb06 (patch) | |
tree | 2b8a6ea5cdda72a43b6c23882032438698544d9c | |
parent | 98bb53cea3c799a717c7d04ba53bd1d0156d31e2 (diff) |
UndergroundPathNS_h map header asm
hg-commit-id: fc460f3c82b7
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index fae3b990..404bef59 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15104,7 +15104,17 @@ SSAnne10_h: ; 0x61d49 to 0x61d55 (12 bytes) (id=104) dw $5e75 ; objects -INCBIN "baserom.gbc",$61d55,$22ab +INCBIN "baserom.gbc",$61d55,$61f1a - $61d55 + +UndergroundPathNS_h: ; 0x61f1a to 0x61f26 (12 bytes) (id=119) + db $0b ; tileset + db $18, $04 ; dimensions (y, x) + dw $4198, $5f29, $5f26 ; blocks, texts, scripts + db $00 ; connections + + dw $5f2a ; objects + +INCBIN "baserom.gbc",$61f26,$20da SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |