pokecrystal/maps/PokeSeersHouse.asm

37 lines
536 B
NASM
Raw Normal View History

2015-11-27 05:22:14 +00:00
const_value set 2
const POKESEERSHOUSE_GRANNY
2015-07-10 08:45:35 +00:00
PokeSeersHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 08:45:35 +00:00
SeerScript:
faceplayer
2015-12-09 23:25:44 +00:00
opentext
special SpecialPokeSeer
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2015-07-10 08:45:35 +00:00
PokeSeersHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 7, CIANWOOD_CITY
warp_def $7, $3, 7, CIANWOOD_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 1
2017-12-11 01:50:08 +00:00
person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, SeerScript, -1