summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-22 10:24:37 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-22 10:24:37 -0400
commit9bbf823e8d112642ca3192ceb85ff9c74c4c1aa0 (patch)
tree384ebce6b100cd05e8c966b2cbe1ab9e7e5087a6 /main.asm
parentd0b87558f5a0910135c999dad498818eb00b554f (diff)
engine/player_step.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm8
1 files changed, 2 insertions, 6 deletions
diff --git a/main.asm b/main.asm
index d01f7def..f94f17bb 100644
--- a/main.asm
+++ b/main.asm
@@ -406,11 +406,10 @@ FlagPredef:
INCLUDE "engine/health.asm"
INCLUDE "event/overworld.asm"
INCLUDE "engine/items.asm"
-
-IF DEF(GOLD)
- dr $d4a4, $d62d
+INCLUDE "engine/player_step.asm"
AnimateHPBar_:
+IF DEF(GOLD)
dr $d62d, $d892
TryAddMonToParty::
@@ -455,9 +454,6 @@ Functionf900:
ENDC
IF DEF(SILVER)
- dr $d4a2, $d62b
-
-AnimateHPBar_:
dr $d62b, $d890
TryAddMonToParty::