aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-06 13:47:59 -0400
committerGitHub <noreply@github.com>2020-07-06 13:47:59 -0400
commitc480632d5494d04f7f5f0298a31877a2293b564e (patch)
tree02483fc07e60d64a4b526ce8b402f26960ad33b2 /engine/overworld
parentMerge pull request #261 from Rangi42/master (diff)
parenttext_linkpromptbutton -> text_waitbutton (diff)
downloadpokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.gz
pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.tar.xz
pokeyellow-c480632d5494d04f7f5f0298a31877a2293b564e.zip
Merge pull request #262 from Rangi42/master
Miscellaneous
Diffstat (limited to 'engine/overworld')
-rwxr-xr-xengine/overworld/healing_machine.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/healing_machine.asm b/engine/overworld/healing_machine.asm
index 836af44d..a09a7590 100755
--- a/engine/overworld/healing_machine.asm
+++ b/engine/overworld/healing_machine.asm
@@ -89,9 +89,9 @@ FlashSprite8Times:
CopyHealingMachineOAM:
; copy one OAM entry and advance the pointers
- rept 4
+ REPT 4
ld a, [de]
inc de
ld [hli], a
- endr
+ ENDR
ret