shithub: pokered

Download patch

ref: 264445d4a2d26d03685fcd7ecc9d4d9bbf5c1da4
parent: 728854ef7978c074d1f0cb83bc2df372a77eaff9
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:45:17 EST 2012

HallofFameRoom_h map header asm

hg-commit-id: 7f4c6f1b5a10


--- a/pokered.asm
+++ b/pokered.asm
@@ -14596,7 +14596,17 @@
 
     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]