shithub: pokered

Download patch

ref: f697d7b06d04ddc5d3dc3d2bb6cfb3c534aef831
parent: 42d38b387f240de3e3c0684898c9b2d75f99b22c
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 05:49:05 EST 2012

CeladonPrizeRoom_h map header asm

hg-commit-id: 2a9e81fbbc2e


--- a/pokered.asm
+++ b/pokered.asm
@@ -252,7 +252,7 @@
 	dw CeladonGYM_h
 	dw CeladonGameCorner_h
 	dw CeladonHouse_h
-	dw $50e4
+	dw CeladonPrizeRoom_h
 	dw $5145
 	dw $5202
 	dw $525d
@@ -2277,10 +2277,10 @@
 	db BANK(CeladonGYM_h)
 	db BANK(CeladonGameCorner_h)
 	db BANK(CeladonHouse_h)
+	db BANK(CeladonPrizeRoom_h)
 	db $12
 	db $12
 	db $12
-	db $12
 	db $17
 	db $18
 	db $18
@@ -13329,7 +13329,17 @@
 
     dw $5085 ; objects
 
-INCBIN "baserom.gbc",$49069,$4C000-$49069
+INCBIN "baserom.gbc",$49069,$490E4-$49069
+
+CeladonPrizeRoom_h: ; 0x490e4 to 0x490f0 (12 bytes) (bank=12) (id=137)
+    db $12 ; tileset
+    db $04, $05 ; dimensions (y, x)
+    dw $5131, $50f3, $50f0 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $5108 ; objects
+
+INCBIN "baserom.gbc",$490F0,$4C000-$490F0
 
 SECTION "bank13",DATA,BANK[$13]