shithub: pokered

Download patch

ref: 0e6e89f33a7a3f0aceff5eea7fff6ce5d37e3366
parent: b9f2708e080ab8714567893e39666ac3e5ac9719
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:29:31 EST 2012

MtMoon1_h map header asm

hg-commit-id: d9f65b9a7675


--- a/pokered.asm
+++ b/pokered.asm
@@ -13477,7 +13477,17 @@
 
     dw $59a4 ; objects
 
-INCBIN "baserom.gbc",$49975,$268b
+INCBIN "baserom.gbc",$49975,$499bc - $49975
+
+MtMoon1_h: ; 0x499bc to 0x499c8 (12 bytes) (id=59)
+    db $11 ; tileset
+    db $12, $14 ; dimensions (y, x)
+    dw $5b97, $59e1, $59c8 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $5b06 ; objects
+
+INCBIN "baserom.gbc",$499c8,$2638
 
 SECTION "bank13",DATA,BANK[$13]