aboutsummaryrefslogtreecommitdiffstats
path: root/yellow
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:47:00 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-11-15 15:47:00 -0500
commitdb8741635917237d6bc96d5260034953b7344b8e (patch)
tree9a97e03ca7d4596a383cb5f06fa3796d2978f369 /yellow
parentEndOfBattle and TryDoWildEncounter (diff)
downloadpokeyellow-db8741635917237d6bc96d5260034953b7344b8e.tar.gz
pokeyellow-db8741635917237d6bc96d5260034953b7344b8e.tar.xz
pokeyellow-db8741635917237d6bc96d5260034953b7344b8e.zip
Bank 4 moveEffects
conversion, haze, recoil
Diffstat (limited to 'yellow')
-rwxr-xr-xyellow/main.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/yellow/main.asm b/yellow/main.asm
index 89d54608..b0e5ce7e 100755
--- a/yellow/main.asm
+++ b/yellow/main.asm
@@ -3569,8 +3569,9 @@ QuestionMarkSprite: INCBIN "gfx/sprites/question_mark.2bpp"
INCLUDE "engine/battle/end_of_battle.asm"
INCLUDE "engine/battle/wild_encounters.asm"
-
- dr $138f6,$14000
+INCLUDE "engine/battle/moveEffects/recoil_effect.asm"
+INCLUDE "engine/battle/moveEffects/conversion_effect.asm"
+INCLUDE "engine/battle/moveEffects/haze_effect.asm"
SECTION "NPC Sprites 2", ROMX, BANK[NPC_SPRITES_2]