Finalized Gary map

hg-commit-id: e2ffb49499cc
This commit is contained in:
KuroiIeWa5Da 2012-01-18 00:17:00 -06:00
parent 8d6fc27586
commit f1c6d94d39
2 changed files with 14 additions and 5 deletions

View file

@ -18,7 +18,7 @@ redrle: extras/redrle.c
${CC} -o $@ $> ${CC} -o $@ $>
.asm.tx: .asm.tx:
awk -f textpre.awk < $< > $@ awk -b -f textpre.awk < $< > $@
pokered.gbc: pokered.o pokered.gbc: pokered.o
rgblink -o $@ $< rgblink -o $@ $<

View file

@ -190,10 +190,10 @@ MapHeaderPointers: ; $01AE
dw DayCareM_h dw DayCareM_h
dw Route6Gate_h dw Route6Gate_h
dw UndergroundTunnelEntranceRoute6_h dw UndergroundTunnelEntranceRoute6_h
dw $56e3 ; id=75 dw $56e3 ; FREEZE id=75
dw Route7Gate_h dw Route7Gate_h
dw UndergroundPathEntranceRoute7_h dw UndergroundPathEntranceRoute7_h
dw $575d dw $575d ;FREEZE
dw Route8Gate_h dw Route8Gate_h
dw UndergroundPathEntranceRoute8_h dw UndergroundPathEntranceRoute8_h
dw RockTunnelPokecenter_h dw RockTunnelPokecenter_h
@ -235,7 +235,7 @@ MapHeaderPointers: ; $01AE
dw Lance_h ; unused dw Lance_h ; unused
dw $6492 dw $6492
dw UndergroundPathNS_h dw UndergroundPathNS_h
dw $5f11 dw Gary_h
dw UndergroundPathWE_h dw UndergroundPathWE_h
dw CeladonMart1_h dw CeladonMart1_h
dw CeladonMart2_h dw CeladonMart2_h
@ -46780,7 +46780,16 @@ CopycatsHouseF1Object: ; 0x75ee3 (size=46)
EVENT_DISP $4, $7, $3 EVENT_DISP $4, $7, $3
EVENT_DISP $4, $1, $7 ; COPYCATS_HOUSE_2F 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 GaryScript: ; 0x75f1d
call $3c3c call $3c3c