mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
68
maps/CeladonDeptStore4F.asm
Normal file
68
maps/CeladonDeptStore4F.asm
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
object_const_def
|
||||
const CELADONDEPTSTORE4F_CLERK
|
||||
const CELADONDEPTSTORE4F_SUPER_NERD
|
||||
const CELADONDEPTSTORE4F_YOUNGSTER
|
||||
|
||||
CeladonDeptStore4F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CeladonDeptStore4FClerkScript:
|
||||
faceplayer
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_CELADON_4F
|
||||
closetext
|
||||
end
|
||||
|
||||
CeladonDeptStore4FSuperNerdScript:
|
||||
jumptextfaceplayer CeladonDeptStore4FSuperNerdText
|
||||
|
||||
CeladonDeptStore4FYoungsterScript:
|
||||
jumptextfaceplayer CeladonDeptStore4FYoungsterText
|
||||
|
||||
CeladonDeptStore4FDirectory:
|
||||
jumptext CeladonDeptStore4FDirectoryText
|
||||
|
||||
CeladonDeptStore4FElevatorButton:
|
||||
jumpstd ElevatorButtonScript
|
||||
|
||||
CeladonDeptStore4FSuperNerdText:
|
||||
text "I'm here to buy"
|
||||
line "SURF MAIL to send"
|
||||
cont "to my girlfriend."
|
||||
done
|
||||
|
||||
CeladonDeptStore4FYoungsterText:
|
||||
text "This is the only"
|
||||
line "place where you"
|
||||
|
||||
para "can buy LOVELY"
|
||||
line "MAIL."
|
||||
done
|
||||
|
||||
CeladonDeptStore4FDirectoryText:
|
||||
text "Express Yourself"
|
||||
line "With Gifts!"
|
||||
|
||||
para "4F: WISEMAN GIFTS"
|
||||
done
|
||||
|
||||
CeladonDeptStore4F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 12, 0, CELADON_DEPT_STORE_5F, 1
|
||||
warp_event 15, 0, CELADON_DEPT_STORE_3F, 2
|
||||
warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 14, 0, BGEVENT_READ, CeladonDeptStore4FDirectory
|
||||
bg_event 3, 0, BGEVENT_READ, CeladonDeptStore4FElevatorButton
|
||||
|
||||
def_object_events
|
||||
object_event 13, 5, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FClerkScript, -1
|
||||
object_event 7, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FSuperNerdScript, -1
|
||||
object_event 8, 2, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore4FYoungsterScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue