mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
Give DebugChu Flash
Inconvenienced me exactly once and egg has surf anyway
This commit is contained in:
parent
3180772ed1
commit
2e43aae60b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue