aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/boulders.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-11 17:48:24 -0700
committerYamaArashi <shadow962@live.com>2016-06-11 17:50:20 -0700
commit7e112672b436afee27f1a5a0d6e7a5964e7829b2 (patch)
tree9176ffc5b6384a48eb32ea8f33ac97d1d67f6865 /engine/overworld/boulders.asm
parentMerge branch 'master' of github.com:pret/pokeyellow (diff)
downloadpokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.gz
pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.tar.xz
pokeyellow-7e112672b436afee27f1a5a0d6e7a5964e7829b2.zip
remove address comments
Diffstat (limited to 'engine/overworld/boulders.asm')
-rw-r--r--engine/overworld/boulders.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/boulders.asm b/engine/overworld/boulders.asm
index edfda2d3..669b7b83 100644
--- a/engine/overworld/boulders.asm
+++ b/engine/overworld/boulders.asm
@@ -1,4 +1,4 @@
-CheckForCollisionWhenPushingBoulder: ; c356 (3:4356)
+CheckForCollisionWhenPushingBoulder:
call GetTileTwoStepsInFrontOfPlayer
call IsTilePassable
jr c, .done
@@ -16,7 +16,7 @@ CheckForCollisionWhenPushingBoulder: ; c356 (3:4356)
ret
; sets a to $ff if there is a collision and $00 if there is no collision
-CheckForBoulderCollisionWithSprites: ; c378 (3:4378)
+CheckForBoulderCollisionWithSprites:
ld a, [wBoulderSpriteIndex]
dec a
swap a
@@ -91,4 +91,4 @@ CheckForBoulderCollisionWithSprites: ; c378 (3:4378)
ret
.success
xor a
- ret \ No newline at end of file
+ ret