mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 23:52:23 +13:00
Uppercase battle status constants
This commit is contained in:
parent
9dc48a1be7
commit
94b9a86c8b
14 changed files with 158 additions and 158 deletions
|
|
@ -19,9 +19,9 @@ LeechSeedEffect_:
|
|||
ld a, [de]
|
||||
cp GRASS
|
||||
jr z, .moveMissed
|
||||
bit Seeded, [hl]
|
||||
bit SEEDED, [hl]
|
||||
jr nz, .moveMissed
|
||||
set Seeded, [hl]
|
||||
set SEEDED, [hl]
|
||||
callab PlayCurrentMoveAnimation
|
||||
ld hl, WasSeededText
|
||||
jp PrintText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue