mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Merge branch 'master' of https://github.com/PlagueVonKarma/jep-hack
This commit is contained in:
commit
2b2a5617b8
23 changed files with 174 additions and 13 deletions
|
|
@ -8,12 +8,12 @@ DebugRoom_MapScripts:
|
|||
|
||||
DebugPokemon1Script:
|
||||
opentext
|
||||
getmonname STRING_BUFFER_3, MACHAMP
|
||||
getmonname STRING_BUFFER_3, AZUMARILL
|
||||
writetext ReceivedDebugPokemonText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitsfx
|
||||
promptbutton
|
||||
givepoke MACHAMP, 65, TM_ROCK_SMASH
|
||||
givepoke AZUMARILL, 4, HM_WATER_SPORT
|
||||
closetext
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,16 @@ SunglowCity_MapScripts:
|
|||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, .Flypoint
|
||||
callback MAPCALLBACK_NEWMAP, .DiveMap
|
||||
|
||||
.Flypoint:
|
||||
setflag ENGINE_FLYPOINT_SUNGLOW_CITY
|
||||
return
|
||||
|
||||
.DiveMap:
|
||||
divemap SUNGLOW_WELL
|
||||
return
|
||||
|
||||
SunglowCity_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
|
|
|
|||
9
maps/SunglowWell.ablk
Normal file
9
maps/SunglowWell.ablk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
18
maps/SunglowWell.asm
Normal file
18
maps/SunglowWell.asm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
object_const_def
|
||||
|
||||
SunglowWell_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
SunglowWell_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue