diff options
author | YamaArashi <shadow962@live.com> | 2016-06-12 01:06:27 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-12 01:07:52 -0700 |
commit | bcb251261dae3cd9ba423fc139c7db4433a1a802 (patch) | |
tree | 237b56ae82a276689aa48adb658fbe1774f6ea73 /main.asm | |
parent | 2b2c6fefd311101c87845c8c498746dc74bd725f (diff) |
sync tileset WRAM labels
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |