mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +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
91
maps/CeladonDeptStore5F.asm
Normal file
91
maps/CeladonDeptStore5F.asm
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
object_const_def
|
||||
const CELADONDEPTSTORE5F_CLERK1
|
||||
const CELADONDEPTSTORE5F_CLERK2
|
||||
const CELADONDEPTSTORE5F_GENTLEMAN
|
||||
const CELADONDEPTSTORE5F_SAILOR
|
||||
const CELADONDEPTSTORE5F_TEACHER
|
||||
|
||||
CeladonDeptStore5F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CeladonDeptStore5FClerk1Script:
|
||||
faceplayer
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_CELADON_5F_1
|
||||
closetext
|
||||
end
|
||||
|
||||
CeladonDeptStore5FClerk2Script:
|
||||
faceplayer
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_CELADON_5F_2
|
||||
closetext
|
||||
end
|
||||
|
||||
CeladonDeptStore5FGentlemanScript:
|
||||
jumptextfaceplayer CeladonDeptStore5FGentlemanText
|
||||
|
||||
CeladonDeptStore5FSailorScript:
|
||||
jumptextfaceplayer CeladonDeptStore5FSailorText
|
||||
|
||||
CeladonDeptStore5FTeacherScript:
|
||||
jumptextfaceplayer CeladonDeptStore5FTeacherText
|
||||
|
||||
CeladonDeptStore5FDirectory:
|
||||
jumptext CeladonDeptStore5FDirectoryText
|
||||
|
||||
CeladonDeptStore5FElevatorButton:
|
||||
jumpstd ElevatorButtonScript
|
||||
|
||||
CeladonDeptStore5FGentlemanText:
|
||||
text "I want to buy some"
|
||||
line "items that raise"
|
||||
|
||||
para "#MON stats, but"
|
||||
line "I don't have"
|
||||
cont "enough money…"
|
||||
done
|
||||
|
||||
CeladonDeptStore5FSailorText:
|
||||
text "I want PP UP, so I"
|
||||
line "can raise the PP"
|
||||
|
||||
para "of moves. But you"
|
||||
line "can't buy it…"
|
||||
done
|
||||
|
||||
CeladonDeptStore5FTeacherText:
|
||||
text "Using items on"
|
||||
line "them makes #-"
|
||||
cont "MON happy."
|
||||
|
||||
para "They hate certain"
|
||||
line "items, though…"
|
||||
done
|
||||
|
||||
CeladonDeptStore5FDirectoryText:
|
||||
text "5F: DRUG STORE"
|
||||
done
|
||||
|
||||
CeladonDeptStore5F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 12, 0, CELADON_DEPT_STORE_4F, 1
|
||||
warp_event 15, 0, CELADON_DEPT_STORE_6F, 1
|
||||
warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 14, 0, BGEVENT_READ, CeladonDeptStore5FDirectory
|
||||
bg_event 3, 0, BGEVENT_READ, CeladonDeptStore5FElevatorButton
|
||||
|
||||
def_object_events
|
||||
object_event 7, 5, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore5FClerk1Script, -1
|
||||
object_event 8, 5, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore5FClerk2Script, -1
|
||||
object_event 13, 5, SPRITE_GENTLEMAN, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore5FGentlemanScript, -1
|
||||
object_event 3, 4, SPRITE_SAILOR, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore5FSailorScript, -1
|
||||
object_event 1, 7, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeladonDeptStore5FTeacherScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue