summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-06-17 07:38:57 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-06-17 07:38:57 -0400
commit2cb260953de9bc2f05e7016427b4d8e57c451fab (patch)
treec094a8e024b4645a3f826866c939ea3f5630db11 /engine/events
parent0ddae2eac07d890bad3bfe79fa9e59cb9d214040 (diff)
Added constants, removed TODOs to health.asm
Diffstat (limited to 'engine/events')
-rwxr-xr-xengine/events/overworld.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm
index 6b5bbc7..0a6eaef 100755
--- a/engine/events/overworld.asm
+++ b/engine/events/overworld.asm
@@ -395,7 +395,7 @@ DigFunction: ; 03:5260
call .reset
.loop
ld a, [wFieldMoveScriptID]
- bit SCRIPT_FINISHED_FLAG, a
+ bit SCRIPT_FINISHED_F, a
jr nz, .finish
ld hl, DigTable
call CallJumptable
@@ -470,7 +470,7 @@ TeleportFunction: ; 03:52db
ld [wFieldMoveScriptID], a
.loop
ld a, [wFieldMoveScriptID]
- bit SCRIPT_FINISHED_FLAG, a
+ bit SCRIPT_FINISHED_F, a
jr nz, .finish
ld hl, TeleportTable
call CallJumptable