diff options
| author | dannye <33dannye@gmail.com> | 2025-06-03 23:48:35 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2025-06-03 23:48:35 -0500 |
| commit | fd043a66c2096343d0ce9cb4aec89b20743ef89f (patch) | |
| tree | b941b70b4e505df60ee19432acbd06f7c68ba507 /engine/battle/effects.asm | |
| parent | Add a `CANNOT_MOVE` constant (#508) (diff) | |
| download | pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.gz pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.tar.xz pokeyellow-fd043a66c2096343d0ce9cb4aec89b20743ef89f.zip | |
Fix typos
Diffstat (limited to 'engine/battle/effects.asm')
| -rw-r--r-- | engine/battle/effects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effects.asm b/engine/battle/effects.asm index 5782a3f0..a3a552e7 100644 --- a/engine/battle/effects.asm +++ b/engine/battle/effects.asm @@ -295,7 +295,7 @@ FreezeBurnParalyzeEffect: ld hl, BurnedText jp PrintText .freeze2 -; hyper beam bits aren't reseted for opponent's side +; hyper beam bits aren't reset for opponent's side ld a, 1 << FRZ ld [wBattleMonStatus], a ld hl, FrozenText |
