mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
94129b6b45
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.
39 lines
681 B
NASM
39 lines
681 B
NASM
BlackthornDodrioTradeHouse_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
Emy:
|
|
faceplayer
|
|
loadfont
|
|
trade $3
|
|
closetext
|
|
loadmovesprites
|
|
end
|
|
|
|
EmysHouseBookshelf:
|
|
jumpstd magazinebookshelf
|
|
|
|
BlackthornDodrioTradeHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 2
|
|
warp_def $7, $2, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
|
warp_def $7, $3, 3, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 2
|
|
signpost 1, 0, SIGNPOST_READ, EmysHouseBookshelf
|
|
signpost 1, 1, SIGNPOST_READ, EmysHouseBookshelf
|
|
|
|
; people-events
|
|
db 1
|
|
person_event SPRITE_LASS, 7, 6, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, Emy, -1
|