diff options
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 621afd4..b848287 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -4329,7 +4329,7 @@ Func_161e: ; 161e (0:161e) ld a, [hli] ld h, [hl] ld l, a - ld a, $07 + ld a, EFFECTCMDTYPE_PKMN_POWER_TRIGGER call CheckMatchingCommand ret c ; return if command not found bank1call DrawDuelMainScene |