mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
42 lines
714 B
NASM
42 lines
714 B
NASM
const_value set 2
|
|
const MOVEDELETERSHOUSE_SUPER_NERD
|
|
|
|
MoveDeletersHouse_MapScriptHeader:
|
|
.SceneScripts:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
MoveDeleter:
|
|
faceplayer
|
|
opentext
|
|
special MoveDeletion
|
|
waitbutton
|
|
closetext
|
|
end
|
|
|
|
MoveDeletersHouseBookshelf:
|
|
jumpstd difficultbookshelf
|
|
|
|
MoveDeletersHouse_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_def 2, 7, 6, BLACKTHORN_CITY
|
|
warp_def 3, 7, 6, BLACKTHORN_CITY
|
|
|
|
.CoordEvents:
|
|
db 0
|
|
|
|
.BGEvents:
|
|
db 2
|
|
bg_event 0, 1, BGEVENT_READ, MoveDeletersHouseBookshelf
|
|
bg_event 1, 1, BGEVENT_READ, MoveDeletersHouseBookshelf
|
|
|
|
.ObjectEvents:
|
|
db 1
|
|
object_event 2, 3, SPRITE_SUPER_NERD, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MoveDeleter, -1
|