new cuno sprite

This commit is contained in:
Llinos Evans 2023-05-01 00:47:10 +01:00
parent b6dc6896c3
commit 2bb2282beb
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ TestBattle:
; Give the player a ; Give the player a
; level 20 Rhydon. ; level 20 Rhydon.
ld a, BARUNDA ld a, ARTICUNO_G
ld [wcf91], a ld [wcf91], a
ld a, 16 ld a, 16
ld [wCurEnemyLVL], a ld [wCurEnemyLVL], a
@ -104,7 +104,7 @@ TestBattle:
; Fight against a ; Fight against a
; level 20 Rhydon. ; level 20 Rhydon.
ld a, CARAPTHOR ld a, ARTICUNO_G
ld [wCurOpponent], a ld [wCurOpponent], a
predef InitOpponent predef InitOpponent

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 1.3 KiB