aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-12-14 22:09:30 -0600
committerdannye <corrnondacqb@yahoo.com>2015-12-14 22:09:30 -0600
commit351146024bdd386c328af0f2abdb04e728e4c133 (patch)
tree302778584b45ba74080ca893fbc94c81e825118b /engine/battle/core.asm
parentDefine text banks relative to the first one. Clean up address comments. (diff)
downloadpokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.gz
pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.tar.xz
pokeyellow-351146024bdd386c328af0f2abdb04e728e4c133.zip
Fewer underscores in constants
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 2dc34e52..c5c3774f 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -903,7 +903,7 @@ FaintEnemyPokemon: ; 0x3c567
call SaveScreenTilesToBuffer1
xor a
ld [wBattleResult], a
- ld b, EXP__ALL
+ ld b, EXP_ALL
call IsItemInBag
push af
jr z, .giveExpToMonsThatFought ; if no exp all, then jump