shithub: pokered

Download patch

ref: e6ef3e385af60f87110bce369742fbd2e72efbcf
parent: 1f1f31ff9cc45ffe1777d78975c0022d14233ab9
author: Bryan Bishop <kanzure@gmail.com>
date: Sun Jan 15 10:48:17 EST 2012

switch a few map sizes to use their constants

hg-commit-id: 7f047374cb40


--- a/common.asm
+++ b/common.asm
@@ -8247,7 +8247,7 @@
 
 PewterCity_h: ; 0x18554 to 0x18576 (34 bytes) (bank=6) (id=2)
     db $00 ; tileset
-    db $12, $14 ; dimensions (y, x)
+    db PewterCityHeight, PewterCityWidth ; dimensions (y, x)
     dw PewterCityBlocks, PewterCityTexts, PewterCityScript ; blocks, texts, scripts
     db SOUTH | EAST ; connections
 
@@ -8313,7 +8313,7 @@
 
 CeruleanCity_h: ; 0x1874e to 0x18786 (56 bytes) (bank=6) (id=3)
     db $00 ; tileset
-    db $12, $14 ; dimensions (y, x)
+    db CeruleanCityHeight, CeruleanCityWidth ; dimensions (y, x)
     dw CeruleanCityBlocks, CeruleanCityTexts, CeruleanCityScript ; blocks, texts, scripts
     db NORTH | SOUTH | WEST | EAST ; connections
 
@@ -8400,7 +8400,7 @@
 
 VermilionCity_h: ; 0x18998 to 0x189ba (34 bytes) (bank=6) (id=5)
     db $00 ; tileset
-    db $12, $14 ; dimensions (y, x)
+    db VermilionCityHeight, VermilionCityWidth ; dimensions (y, x)
     dw VermilionCityBlocks, VermilionCityTexts, VermilionCityScript ; blocks, texts, scripts
     db NORTH | EAST ; connections
 
@@ -8469,7 +8469,7 @@
 
 FuchsiaCity_h: ; 0x18ba7 to 0x18bd4 (45 bytes) (bank=6) (id=7)
     db $00 ; tileset
-    db $12, $14 ; dimensions (y, x)
+    db FuchsiaCityHeight, FuchsiaCityWidth ; dimensions (y, x)
     dw FuchsiaCityBlocks, FuchsiaCityTexts, FuchsiaCityScript ; blocks, texts, scripts
     db SOUTH | WEST | EAST ; connections
 
@@ -9806,7 +9806,7 @@
 
 BluesHouse_h: ; 0x19b2f
 	db $08 ; tileset
-	db $04,$04 ; dimensions
+	db BluesHouseHeight, BluesHouseWidth ; dimensions
 	dw BluesHouseBlocks, BluesHouseTexts, BluesHouseScript
 	db 0
 	dw BluesHouseObject
@@ -9925,7 +9925,7 @@
 
 VermilionHouse3_h: ; 0x19c06 to 0x19c12 (12 bytes) (bank=6) (id=196)
     db $08 ; tileset
-    db $04, $04 ; dimensions (y, x)
+    db VermilionHouse3Height, VermilionHouse3Width ; dimensions (y, x)
     dw VermilionHouse3Blocks, VermilionHouse3Texts, VermilionHouse3Script ; blocks, texts, scripts
     db $00 ; connections