From 5aa4d6c777507ff7403f2f14ab602007b17f19ab Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 22 Dec 2015 16:06:11 -0500 Subject: Fewer underscores in constants dannye --- 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 e5d1e36f..6066d7ee 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