This commit is contained in:
Llinos Evans 2024-12-30 16:31:56 +00:00
commit 2b2a5617b8
23 changed files with 174 additions and 13 deletions

View file

@ -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

View file

@ -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
View file

@ -0,0 +1,9 @@

        



18
maps/SunglowWell.asm Normal file
View 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