pokecrystal-board/maps/FightingDojo.asm

59 lines
1.2 KiB
NASM
Raw Normal View History

object_const_def
2015-11-26 21:22:14 -08:00
const FIGHTINGDOJO_BLACK_BELT
const FIGHTINGDOJO_POKE_BALL
FightingDojo_MapScripts:
def_scene_scripts
def_callbacks
2017-11-26 21:07:24 -08:00
FightingDojoBlackBelt:
jumptextfaceplayer FightingDojoBlackBeltText
FightingDojoSign1:
2017-11-26 21:07:24 -08:00
jumptext FightingDojoSign1Text
FightingDojoSign2:
jumptext FightingDojoSign2Text
2015-12-15 07:55:56 -08:00
FightingDojoFocusBand:
itemball FOCUS_BAND
2017-11-26 21:07:24 -08:00
FightingDojoBlackBeltText:
text "Hello!"
para "KARATE KING, the"
line "FIGHTING DOJO's"
para "master, is in a"
line "cave in JOHTO for"
cont "training."
done
FightingDojoSign1Text:
text "What goes around"
line "comes around!"
done
FightingDojoSign2Text:
text "Enemies on every"
line "side!"
done
FightingDojo_MapEvents:
db 0, 0 ; filler
def_warp_events
2018-02-01 19:22:07 -08:00
warp_event 4, 11, SAFFRON_CITY, 1
warp_event 5, 11, SAFFRON_CITY, 1
def_coord_events
def_bg_events
bg_event 4, 0, BGEVENT_READ, FightingDojoSign1
bg_event 5, 0, BGEVENT_READ, FightingDojoSign2
def_object_events
2018-02-01 19:22:07 -08:00
object_event 4, 4, SPRITE_BLACK_BELT, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, FightingDojoBlackBelt, -1
object_event 3, 1, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, FightingDojoFocusBand, EVENT_PICKED_UP_FOCUS_BAND