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
93
maps/AzaleaPokecenter1F.asm
Normal file
93
maps/AzaleaPokecenter1F.asm
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
object_const_def
|
||||
const AZALEAPOKECENTER1F_NURSE
|
||||
const AZALEAPOKECENTER1F_GENTLEMAN
|
||||
const AZALEAPOKECENTER1F_FISHING_GURU
|
||||
const AZALEAPOKECENTER1F_POKEFAN_F
|
||||
|
||||
AzaleaPokecenter1F_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script AzaleaPokecenter1FNoopScene ; unusable
|
||||
|
||||
def_callbacks
|
||||
|
||||
AzaleaPokecenter1FNoopScene:
|
||||
end
|
||||
|
||||
AzaleaPokecenter1FNurseScript:
|
||||
jumpstd PokecenterNurseScript
|
||||
|
||||
AzaleaPokecenter1FGentlemanScript:
|
||||
jumptextfaceplayer AzaleaPokecenter1FGentlemanText
|
||||
|
||||
AzaleaPokecenter1FFishingGuruScript:
|
||||
jumptextfaceplayer AzaleaPokecenter1FFishingGuruText
|
||||
|
||||
AzaleaPokecenter1FPokefanFScript:
|
||||
jumptextfaceplayer AzaleaPokecenter1FPokefanFText
|
||||
|
||||
AzaleaPokecenter1FGentlemanText:
|
||||
text "Do your #MON"
|
||||
line "know HM moves?"
|
||||
|
||||
para "Those moves can"
|
||||
line "be used even if"
|
||||
|
||||
para "your #MON has"
|
||||
line "fainted."
|
||||
done
|
||||
|
||||
AzaleaPokecenter1FUnusedText: ; unreferenced
|
||||
text "This BILL guy"
|
||||
line "created the system"
|
||||
|
||||
para "for storing"
|
||||
line "#MON in a PC."
|
||||
|
||||
para "BILL's PC can"
|
||||
line "store up to 20"
|
||||
cont "#MON per BOX."
|
||||
done
|
||||
|
||||
AzaleaPokecenter1FFishingGuruText:
|
||||
text "BILL's PC can"
|
||||
line "store up to 20"
|
||||
cont "#MON per BOX."
|
||||
done
|
||||
|
||||
AzaleaPokecenter1FPokefanFText:
|
||||
text "Do you know about"
|
||||
line "APRICORNS?"
|
||||
|
||||
para "Crack one open,"
|
||||
line "hollow it out and"
|
||||
|
||||
para "fit it with a"
|
||||
line "special device."
|
||||
|
||||
para "Then you can catch"
|
||||
line "#MON with it."
|
||||
|
||||
para "Before # BALLS"
|
||||
line "were invented,"
|
||||
|
||||
para "everyone used"
|
||||
line "APRICORNS."
|
||||
done
|
||||
|
||||
AzaleaPokecenter1F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 3, 7, AZALEA_TOWN, 1
|
||||
warp_event 4, 7, AZALEA_TOWN, 1
|
||||
warp_event 0, 7, POKECENTER_2F, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FNurseScript, -1
|
||||
object_event 9, 6, SPRITE_GENTLEMAN, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FGentlemanScript, -1
|
||||
object_event 6, 1, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FFishingGuruScript, -1
|
||||
object_event 1, 4, SPRITE_POKEFAN_F, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaPokecenter1FPokefanFScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue