diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-07-27 22:33:48 -0500 |
commit | 52bb07ca18f5475eb9a11c69bf8fee75bcb1abff (patch) | |
tree | 833d3b85b1b43e1f46fedb69d203263333849d62 /engine/items/items.asm | |
parent | 5207a14af34f9b84a9e40cc1d4988a0858a4a4e6 (diff) |
Replace unnecessary tabs with spaces
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index aaddc396..f8873a6e 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1,7 +1,7 @@ UseItem_: ld a,1 ld [wActionResultOrTookBattleTurn],a ; initialise to success value - ld a,[wcf91] ;contains item_ID + ld a,[wcf91] ;contains item_ID cp a,HM_01 jp nc,ItemUseTMHM ld hl,ItemUsePtrTable @@ -235,7 +235,7 @@ ItemUseBall: ld b,a .skipAilmentValueSubtraction - push bc ; save (Rand1 - Status) + push bc ; save (Rand1 - Status) ; Calculate MaxHP * 255. xor a |