aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/push_boulder.asm
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2023-11-19 16:09:33 -0500
committerGitHub <noreply@github.com>2023-11-19 15:09:33 -0600
commit5739aea99068b83604bf64f7c2d27682b3df51de (patch)
tree57b953bd34ccc439a343ec60e6b7312eecef493a /engine/overworld/push_boulder.asm
parentFix HallOfFake typo (diff)
downloadpokeyellow-5739aea99068b83604bf64f7c2d27682b3df51de.tar.gz
pokeyellow-5739aea99068b83604bf64f7c2d27682b3df51de.tar.xz
pokeyellow-5739aea99068b83604bf64f7c2d27682b3df51de.zip
Name unnamed labels in seafoam islands and pokemon mansion script files (#435)
* Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels
Diffstat (limited to 'engine/overworld/push_boulder.asm')
-rw-r--r--engine/overworld/push_boulder.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/push_boulder.asm b/engine/overworld/push_boulder.asm
index a8e532d3..96c506c0 100644
--- a/engine/overworld/push_boulder.asm
+++ b/engine/overworld/push_boulder.asm
@@ -94,7 +94,7 @@ DoBoulderDustAnimation::
call DiscardButtonPresses
ld [wJoyIgnore], a
call ResetBoulderPushFlags
- set 7, [hl]
+ set 7, [hl] ; [wFlags_0xcd60]
ld a, [wBoulderSpriteIndex]
ldh [hSpriteIndex], a
call GetSpriteMovementByte2Pointer