diff options
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 42215a6..8009117 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -4690,7 +4690,10 @@ LoadNonPokemonCardEffectCommands: ; 1944 (0:1944) ld [de], a ret -Func_1955: ; 1955 (0:1955) +; inflict recoil damage to self +; input: +; a = damage to deal +DealRecoilDamageToSelf: ; 1955 (0:1955) push af ld a, $7a ld [wLoadedMoveAnimation], a |