mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Give DebugChu Flash
Inconvenienced me exactly once and egg has surf anyway
This commit is contained in:
parent
3180772ed1
commit
2e43aae60b
|
@ -86,9 +86,9 @@ IF DEF(_DEBUG)
|
||||||
ld a, 15
|
ld a, 15
|
||||||
ld [hl], a
|
ld [hl], a
|
||||||
|
|
||||||
; Pikachu gets Surf.
|
; Pikachu gets Flash.
|
||||||
ld hl, wPartyMon6Moves + 2
|
ld hl, wPartyMon6Moves + 2
|
||||||
ld a, SURF
|
ld a, FLASH
|
||||||
ld [hl], a
|
ld [hl], a
|
||||||
ld hl, wPartyMon6PP + 2
|
ld hl, wPartyMon6PP + 2
|
||||||
ld a, 15
|
ld a, 15
|
||||||
|
|
Loading…
Reference in a new issue