pokecrystal-board/maps/VermilionHouseDiglettsCaveSpeechHouse.asm
PikalaxALT 94129b6b45 Finished the decoration attributes table
Interpretation of the Decoration Attributes table is complete.

Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
2015-07-19 04:58:31 -04:00

38 lines
722 B
NASM

VermilionHouseDiglettsCaveSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
GentlemanScript_0x192031:
jumptextfaceplayer UnknownText_0x192034
UnknownText_0x192034:
text "Over many years,"
line "DIGLETT dug a"
cont "large tunnel."
para "That tunnel goes"
line "to a distant town."
done
VermilionHouseDiglettsCaveSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 6, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
warp_def $7, $3, 6, GROUP_VERMILION_CITY, MAP_VERMILION_CITY
; xy triggers
db 0
; signposts
db 0
; people-events
db 1
person_event SPRITE_GENTLEMAN, 7, 5, OW_UP | $0, $10, -1, -1, (PAL_OW_RED << 4) | $80, 0, GentlemanScript_0x192031, -1