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
96
maps/GoldenrodDeptStore4F.asm
Normal file
96
maps/GoldenrodDeptStore4F.asm
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
object_const_def
|
||||
const GOLDENRODDEPTSTORE4F_CLERK
|
||||
const GOLDENRODDEPTSTORE4F_COOLTRAINER_M
|
||||
const GOLDENRODDEPTSTORE4F_BUG_CATCHER
|
||||
const GOLDENRODDEPTSTORE4F_GAMEBOY_KID
|
||||
|
||||
GoldenrodDeptStore4F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
GoldenrodDeptStore4FClerkScript:
|
||||
faceplayer
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_GOLDENROD_4F
|
||||
closetext
|
||||
end
|
||||
|
||||
GoldenrodDeptStore4FCooltrainerMScript:
|
||||
jumptextfaceplayer GoldenrodDeptStore4FCooltrainerMText
|
||||
|
||||
GoldenrodDeptStore4FBugCatcherScript:
|
||||
jumptextfaceplayer GoldenrodDeptStore4FBugCatcherText
|
||||
|
||||
GoldenrodDeptStore4FGameboyKidScript:
|
||||
faceplayer
|
||||
opentext
|
||||
writetext GoldenrodDeptStore4FGameboyKidText
|
||||
waitbutton
|
||||
closetext
|
||||
turnobject GOLDENRODDEPTSTORE4F_GAMEBOY_KID, DOWN
|
||||
end
|
||||
|
||||
GoldenrodDeptStore4FDirectory:
|
||||
jumptext GoldenrodDeptStore4FDirectoryText
|
||||
|
||||
GoldenrodDeptStore4FElevatorButton:
|
||||
jumpstd ElevatorButtonScript
|
||||
|
||||
GoldenrodDeptStore4FCooltrainerMText:
|
||||
text "Hey. I love strong"
|
||||
line "#MON."
|
||||
|
||||
para "I feed them PRO-"
|
||||
line "TEIN to crank up"
|
||||
cont "their ATTACK."
|
||||
done
|
||||
|
||||
GoldenrodDeptStore4FBugCatcherText:
|
||||
text "IRON adds to your"
|
||||
line "#MON's DEFENSE."
|
||||
done
|
||||
|
||||
GoldenrodDeptStore4FGameboyKidText:
|
||||
text "Some #MON"
|
||||
line "evolve only by"
|
||||
|
||||
para "being traded via a"
|
||||
line "Game Link cable."
|
||||
|
||||
para "I know of four:"
|
||||
line "MACHOKE, KADABRA,"
|
||||
|
||||
para "HAUNTER and, um,"
|
||||
line "GRAVELER."
|
||||
|
||||
para "I heard there are"
|
||||
line "others too."
|
||||
done
|
||||
|
||||
GoldenrodDeptStore4FDirectoryText:
|
||||
text "Let Us Pump Up"
|
||||
line "Your #MON!"
|
||||
|
||||
para "4F MEDICINE BOX"
|
||||
done
|
||||
|
||||
GoldenrodDeptStore4F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 12, 0, GOLDENROD_DEPT_STORE_5F, 1
|
||||
warp_event 15, 0, GOLDENROD_DEPT_STORE_3F, 2
|
||||
warp_event 2, 0, GOLDENROD_DEPT_STORE_ELEVATOR, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 14, 0, BGEVENT_READ, GoldenrodDeptStore4FDirectory
|
||||
bg_event 3, 0, BGEVENT_READ, GoldenrodDeptStore4FElevatorButton
|
||||
|
||||
def_object_events
|
||||
object_event 13, 5, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore4FClerkScript, -1
|
||||
object_event 11, 7, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore4FCooltrainerMScript, -1
|
||||
object_event 7, 2, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore4FBugCatcherScript, -1
|
||||
object_event 5, 1, SPRITE_GAMEBOY_KID, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodDeptStore4FGameboyKidScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue