shithub: pokered

Download patch

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

MtMoon3_h map header asm

hg-commit-id: 355f62360a3a


--- a/pokered.asm
+++ b/pokered.asm
@@ -13487,7 +13487,17 @@
 
     dw $5b06 ; objects
 
-INCBIN "baserom.gbc",$499c8,$2638
+INCBIN "baserom.gbc",$499c8,$49cff - $499c8
+
+MtMoon3_h: ; 0x49cff to 0x49d0b (12 bytes) (id=61)
+    db $11 ; tileset
+    db $12, $14 ; dimensions (y, x)
+    dw $6041, $5e34, $5d0b ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $5fdb ; objects
+
+INCBIN "baserom.gbc",$49d0b,$22f5
 
 SECTION "bank13",DATA,BANK[$13]