aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/missable_objects.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-07-10 21:11:03 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-07-10 21:11:03 -0400
commit8f81e71f192bce4b6f56b042638da376737e5abc (patch)
treebb2fb2cd6ccab2514c7014323971302f5aebe0e1 /engine/overworld/missable_objects.asm
parentReplace "branch" labels in SFX files with local names (diff)
downloadpokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.tar.gz
pokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.tar.xz
pokeyellow-8f81e71f192bce4b6f56b042638da376737e5abc.zip
Identify some `.asm_*` labels
Diffstat (limited to 'engine/overworld/missable_objects.asm')
-rw-r--r--engine/overworld/missable_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/missable_objects.asm b/engine/overworld/missable_objects.asm
index 31fdc257..8f88b138 100644
--- a/engine/overworld/missable_objects.asm
+++ b/engine/overworld/missable_objects.asm
@@ -23,9 +23,9 @@ LoadMissableObjects:
ld de, MissableObjects ; calculate difference between out pointer and the base pointer
ld a, l
sub e
- jr nc, .asm_f13c
+ jr nc, .noCarry
dec h
-.asm_f13c
+.noCarry
ld l, a
ld a, h
sub d