mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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
29 lines
566 B
NASM
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
|