mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
Water Sport doesnt seem to work correctly?
This commit is contained in:
parent
161bc9374c
commit
2207e15bc7
17 changed files with 101 additions and 7 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue