diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:06 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:06 -0600 |
commit | 728854ef7978c074d1f0cb83bc2df372a77eaff9 (patch) | |
tree | 201974696894c5eecf53c0256737ad1b1cdbed7a | |
parent | bf11d84c52b5cc234f941a058bb8feab842b579c (diff) |
Lance_h map header asm
hg-commit-id: 5b12291d3ac0
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3b9f68e3..2f93545a 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14586,7 +14586,17 @@ SilphCo10_h: ; 0x5a12d to 0x5a139 (12 bytes) (id=234) dw $61fb ; objects -INCBIN "baserom.gbc",$5a139,$1ec7 +INCBIN "baserom.gbc",$5a139,$5a2a2 - $5a139 + +Lance_h: ; 0x5a2a2 to 0x5a2ae (12 bytes) (id=113) + db $05 ; tileset + db $0d, $0d ; dimensions (y, x) + dw $63e9, $6395, $62ae ; blocks, texts, scripts + db $00 ; connections + + dw $63c5 ; objects + +INCBIN "baserom.gbc",$5a2ae,$1d52 SECTION "bank17",DATA,BANK[$17] |