pokecrystal-board/maps/GoldenrodNameRater.asm

41 lines
874 B
NASM
Raw Normal View History

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