summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-04-02 16:28:22 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-04-02 16:28:22 +0100
commit8a65c9d79274545a4300220ff9f17a3fa9dd6d66 (patch)
tree61893b97f600dc490cb73fe5f9c98c48d858c2da /src/engine/home.asm
parent9632cb6a7e8b10a699c766b6c8188c3a5aab5771 (diff)
Finish disassembling bank
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm2
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