From 264445d4a2d26d03685fcd7ecc9d4d9bbf5c1da4 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:45:17 -0600 Subject: [PATCH] HallofFameRoom_h map header asm hg-commit-id: 7f4c6f1b5a10 --- pokered.asm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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]