summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 11:51:59 -0700
committerGitHub <noreply@github.com>2016-06-12 11:51:59 -0700
commitbfaabd08be0a790dff961276d76af3e1af4e6e24 (patch)
tree60742e693805fd75031079e8d3b8a87847452d1e /wram.asm
parent2b2c6fefd311101c87845c8c498746dc74bd725f (diff)
parent3ab3f4273b1288883a43b64cae4191dfa6d2313e (diff)
Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index d5d6a025..0321545c 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2637,21 +2637,21 @@ wPlayerDirection:: ; d52a
; if the player is not moving, the last the direction in which the player moved
ds 1
-wTileSetBank:: ; d52b
+wTilesetBank:: ; d52b
ds 1
-wTileSetBlocksPtr:: ; d52c
+wTilesetBlocksPtr:: ; d52c
; maps blocks (4x4 tiles) to tiles
ds 2
-wTileSetGFXPtr:: ; d52e
+wTilesetGfxPtr:: ; d52e
ds 2
-wTileSetCollisionPtr:: ; d530
+wTilesetCollisionPtr:: ; d530
; list of all walkable tiles
ds 2
-wTileSetTalkingOverTiles:: ; d532
+wTilesetTalkingOverTiles:: ; d532
ds 3
wGrassTile:: ; d535