pokecrystal-board/maps/OlivinePunishmentSpeechHouse.asm

59 lines
1.3 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseDad:
jumptextfaceplayer OlivinePunishmentSpeechHouseDadText
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseDaughter:
jumptextfaceplayer OlivinePunishmentSpeechHouseDaughterText
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseBookshelf2:
jumpstd picturebookshelf
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseBookshelf1:
jumpstd magazinebookshelf
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseDadText:
text "Along the way to"
line "CIANWOOD, there"
para "are four deserted"
line "islands."
para "Bad kids are taken"
line "to the islands as"
cont "punishment!"
done
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouseDaughterText:
text "Whenever I get in"
line "trouble, Daddy"
cont "always scares me."
done
2015-06-25 21:01:08 -07:00
OlivinePunishmentSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 5, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
warp_def $7, $3, 5, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
; xy triggers
db 0
; signposts
db 2
2015-06-25 21:01:08 -07:00
signpost 1, 0, $0, OlivinePunishmentSpeechHouseBookshelf1
signpost 1, 1, $0, OlivinePunishmentSpeechHouseBookshelf2
; people-events
db 2
2015-06-25 21:01:08 -07:00
person_event SPRITE_POKEFAN_M, 6, 5, $3, $0, 255, 255, $0, 0, OlivinePunishmentSpeechHouseDad, $ffff
person_event SPRITE_LASS, 9, 9, $5, $2, 255, 255, $0, 0, OlivinePunishmentSpeechHouseDaughter, $ffff