mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
new cuno sprite
This commit is contained in:
parent
b6dc6896c3
commit
2bb2282beb
|
@ -93,7 +93,7 @@ TestBattle:
|
|||
|
||||
; Give the player a
|
||||
; level 20 Rhydon.
|
||||
ld a, BARUNDA
|
||||
ld a, ARTICUNO_G
|
||||
ld [wcf91], a
|
||||
ld a, 16
|
||||
ld [wCurEnemyLVL], a
|
||||
|
@ -104,7 +104,7 @@ TestBattle:
|
|||
|
||||
; Fight against a
|
||||
; level 20 Rhydon.
|
||||
ld a, CARAPTHOR
|
||||
ld a, ARTICUNO_G
|
||||
ld [wCurOpponent], a
|
||||
|
||||
predef InitOpponent
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 758 B After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue