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 /wram.asm | |
parent | 2b2c6fefd311101c87845c8c498746dc74bd725f (diff) |
sync tileset WRAM labels
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |