diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 02:42:32 -0600 |
commit | a3d3f8324a670aad8bf1348b65192544c8ab2d9f (patch) | |
tree | b431eefa402d0d7106b03d701367a571216d5a74 /engine/battle | |
parent | 008cface5253f5e3e786daea365d9528a50e8dbf (diff) |
Kill version.asm.
Diffstat (limited to 'engine/battle')
-rwxr-xr-x | engine/battle/animations.asm | 4 | ||||
-rwxr-xr-x | engine/battle/core.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 349d1d5d..0e5c025f 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -367,10 +367,10 @@ AnimationTileset2: ; 786ee (1e:46ee) INCBIN "gfx/attack_anim_2.2bpp" SlotMachineTiles2: ; 78bde (1e:4bde) -IF _RED +IF DEF(_RED) INCBIN "gfx/red/slotmachine2.2bpp" ENDC -IF _BLUE +IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine2.2bpp" ENDC diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 128b7356..43373fdd 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -2954,7 +2954,7 @@ Func_3d4b6: ; 3d4b6 (f:54b6) jp Delay3 DisabledText: ; 3d555 (f:5555) -IF _YELLOW +IF DEF(_YELLOW) db "Disabled!@" ELSE db "disabled!@" |