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/ZetaNull/jep-hack
This commit is contained in:
commit
bb95a16dcc
240 changed files with 1903 additions and 284 deletions
|
|
@ -114,23 +114,23 @@ PlayersRadioText4:
|
|||
|
||||
DebugPokemon1Script:
|
||||
opentext
|
||||
getmonname STRING_BUFFER_3, BELLIGNAN
|
||||
getmonname STRING_BUFFER_3, BURGELA
|
||||
writetext ReceivedDebugPokemonText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitsfx
|
||||
promptbutton
|
||||
givepoke BELLIGNAN, 35, MASTER_BALL
|
||||
givepoke BURGELA, 42, DUSK_STONE
|
||||
closetext
|
||||
end
|
||||
|
||||
DebugPokemon2Script:
|
||||
opentext
|
||||
getmonname STRING_BUFFER_3, MUNCHLAX
|
||||
getmonname STRING_BUFFER_3, LICKITUNG
|
||||
writetext ReceivedDebugPokemonText
|
||||
playsound SFX_CAUGHT_MON
|
||||
waitsfx
|
||||
promptbutton
|
||||
givepoke MUNCHLAX, 35, POISON_STONE
|
||||
givepoke LICKITUNG, 42, POISON_STONE
|
||||
closetext
|
||||
end
|
||||
|
||||
|
|
@ -145,11 +145,11 @@ DebugPokemon3Script:
|
|||
faceplayer
|
||||
opentext
|
||||
writetext DebugTextA
|
||||
cry WALKING_WAKE
|
||||
cry GOROCHU
|
||||
pause 15
|
||||
closetext
|
||||
loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE
|
||||
loadwildmon WALKING_WAKE, 40
|
||||
loadwildmon GOROCHU, 40
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
end
|
||||
|
|
@ -179,7 +179,7 @@ PlayersHouse2F_MapEvents:
|
|||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 7, 0, LAKE_OF_RAGE, 1
|
||||
warp_event 7, 0, LAKE_OF_RAGE, 3
|
||||
;warp_event 7, 0, PLAYERS_HOUSE_1F, 3
|
||||
|
||||
def_coord_events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue