pokecrystal/maps/GoldenrodNameRater.asm

41 lines
874 B
NASM
Raw Normal View History

object_const_def
2016-04-07 10:13:59 +00:00
const GOLDENRODNAMERATER_NAME_RATER
GoldenrodNameRater_MapScripts:
def_scene_scripts
2016-04-07 10:13:59 +00:00
def_callbacks
2016-04-07 10:13:59 +00:00
GoldenrodNameRater:
faceplayer
opentext
special NameRater
2016-04-07 10:13:59 +00:00
waitbutton
closetext
end
GoldenrodNameRaterBookshelf:
jumpstd DifficultBookshelfScript
2016-04-07 10:13:59 +00:00
GoldenrodNameRaterRadio:
jumpstd Radio2Script
2016-04-07 10:13:59 +00:00
2018-01-25 02:27:23 +00:00
INCLUDE "data/text/unused_sweet_honey.asm"
2016-04-07 10:13:59 +00:00
GoldenrodNameRater_MapEvents:
db 0, 0 ; filler
2016-04-07 10:13:59 +00:00
def_warp_events
2018-02-02 03:22:07 +00:00
warp_event 2, 7, GOLDENROD_CITY, 8
warp_event 3, 7, GOLDENROD_CITY, 8
2016-04-07 10:13:59 +00:00
def_coord_events
2016-04-07 10:13:59 +00:00
def_bg_events
2018-02-02 03:22:07 +00:00
bg_event 0, 1, BGEVENT_READ, GoldenrodNameRaterBookshelf
bg_event 1, 1, BGEVENT_READ, GoldenrodNameRaterBookshelf
bg_event 7, 1, BGEVENT_READ, GoldenrodNameRaterRadio
2016-04-07 10:13:59 +00:00
def_object_events
2018-02-02 03:22:07 +00:00
object_event 2, 4, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodNameRater, -1