diff options
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r-- | engine/battle/core.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index d5a7d7073..d8c047e4d 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -7868,7 +7868,6 @@ CalcExpBar: ld [hld], a xor a ld [hl], a -; multiply by 64 ld a, 64 ldh [hMultiplier], a call Multiply |