From 351146024bdd386c328af0f2abdb04e728e4c133 Mon Sep 17 00:00:00 2001 From: dannye Date: Mon, 14 Dec 2015 22:09:30 -0600 Subject: Fewer underscores in constants --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/core.asm') 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 -- cgit v1.3.1-sl0p