summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuroiIeWa5Da < tyuki@adu.me >2012-01-18 00:17:00 -0600
committerKuroiIeWa5Da < tyuki@adu.me >2012-01-18 00:17:00 -0600
commitf1c6d94d3974e896092b70137fed2f7e020da97e (patch)
treef614aefd81ce1a75e60337aa3346a8e0e6e3b54d
parent8d6fc27586c7a447fe232dffc668684a50fef937 (diff)
Finalized Gary map
hg-commit-id: e2ffb49499cc
-rw-r--r--Makefile2
-rw-r--r--common.asm17
2 files changed, 14 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 96a86234..3475bbba 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ redrle: extras/redrle.c
${CC} -o $@ $>
.asm.tx:
- awk -f textpre.awk < $< > $@
+ awk -b -f textpre.awk < $< > $@
pokered.gbc: pokered.o
rgblink -o $@ $<
diff --git a/common.asm b/common.asm
index 3bbc7421..94edbfff 100644
--- a/common.asm
+++ b/common.asm
@@ -190,10 +190,10 @@ MapHeaderPointers: ; $01AE
dw DayCareM_h
dw Route6Gate_h
dw UndergroundTunnelEntranceRoute6_h
- dw $56e3 ; id=75
+ dw $56e3 ; FREEZE id=75
dw Route7Gate_h
dw UndergroundPathEntranceRoute7_h
- dw $575d
+ dw $575d ;FREEZE
dw Route8Gate_h
dw UndergroundPathEntranceRoute8_h
dw RockTunnelPokecenter_h
@@ -235,7 +235,7 @@ MapHeaderPointers: ; $01AE
dw Lance_h ; unused
dw $6492
dw UndergroundPathNS_h
- dw $5f11
+ dw Gary_h
dw UndergroundPathWE_h
dw CeladonMart1_h
dw CeladonMart2_h
@@ -46780,7 +46780,16 @@ CopycatsHouseF1Object: ; 0x75ee3 (size=46)
EVENT_DISP $4, $7, $3
EVENT_DISP $4, $1, $7 ; COPYCATS_HOUSE_2F
-INCBIN "baserom.gbc",$75f11,$75f1d - $75f11
+;INCBIN "baserom.gbc",$75f11,$75f1d - $75f11
+
+Gary_h: ;0x75f11
+
+db $7 ;tileset
+db $4, $4 ;Height, Width
+dw GaryBlocks, GaryTexts, GaryScript
+db $0 ;No Connections
+
+dw GaryObject
GaryScript: ; 0x75f1d
call $3c3c