diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:17 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:45:17 -0600 |
commit | 264445d4a2d26d03685fcd7ecc9d4d9bbf5c1da4 (patch) | |
tree | 94adf7a7188e9e91ba78ebcdb6672cf12e90afd2 | |
parent | 728854ef7978c074d1f0cb83bc2df372a77eaff9 (diff) |
HallofFameRoom_h map header asm
hg-commit-id: 7f4c6f1b5a10
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 2f93545a..9516e1ec 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14596,7 +14596,17 @@ Lance_h: ; 0x5a2a2 to 0x5a2ae (12 bytes) (id=113) dw $63c5 ; objects -INCBIN "baserom.gbc",$5a2ae,$1d52 +INCBIN "baserom.gbc",$5a2ae,$5a492 - $5a2ae + +HallofFameRoom_h: ; 0x5a492 to 0x5a49e (12 bytes) (id=118) + db $07 ; tileset + db $04, $05 ; dimensions (y, x) + dw $658b, $656a, $649e ; blocks, texts, scripts + db $00 ; connections + + dw $6571 ; objects + +INCBIN "baserom.gbc",$5a49e,$1b62 SECTION "bank17",DATA,BANK[$17] |