summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 01:06:27 -0700
committerYamaArashi <shadow962@live.com>2016-06-12 01:07:52 -0700
commitbcb251261dae3cd9ba423fc139c7db4433a1a802 (patch)
tree237b56ae82a276689aa48adb658fbe1774f6ea73 /main.asm
parent2b2c6fefd311101c87845c8c498746dc74bd725f (diff)
sync tileset WRAM labels
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 6c51de59..53d2dfdb 100755
--- a/main.asm
+++ b/main.asm
@@ -2435,7 +2435,7 @@ GetTileTwoStepsInFrontOfPlayer:
CheckForCollisionWhenPushingBoulder:
call GetTileTwoStepsInFrontOfPlayer
- ld hl, wTileSetCollisionPtr
+ ld hl, wTilesetCollisionPtr
ld a, [hli]
ld h, [hl]
ld l, a
@@ -2665,7 +2665,7 @@ LoadTilesetHeader:
ld e, a
ld hl, Tilesets
add hl, de
- ld de, wTileSetBank
+ ld de, wTilesetBank
ld c, $b
.copyTilesetHeaderLoop
ld a, [hli]