kep-hack/scripts/DiglettsCave.asm
emaskyesmogon 5944210393 Eevees and More
Adds the five eeveelutions we don't have, evo items for Glaceon and Sylveon, fixes Rhyperior's dex entry, renamed the Super Rod to Fishing Rod, and commented out the OW Crocky/Kabutops for now
2022-09-01 08:37:35 -06:00

29 lines
566 B
NASM

DiglettsCave_Script:
jp EnableAutoTextBoxDrawing
DiglettsCave_TextPointers:
; dw CrockyText
text_end ; unused
; Edited from Articuno - PvK
; def_trainers 1
;CrockyTrainerHeader:
; trainer EVENT_BEAT_CROCKY, 0, CrockyBattleText, CrockyBattleText, CrockyBattleText
; db -1 ; end
;
;CrockyText:
; text_asm
; ld hl, CrockyTrainerHeader
; call TalkToTrainer
; ld a, $4
; ld [wSeafoamIslandsB4FCurScript], a
; jp TextScriptEnd
;
;CrockyBattleText:
; text_far _CrockyBattleText
; text_asm
; ld a, CROCKY
; call PlayCry
; call WaitForSoundToFinish
; jp TextScriptEnd