diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-12 01:06:11 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-06-12 01:09:22 -0700 |
| commit | c050e9e23983eb76ac5cc3416401715179a9957f (patch) | |
| tree | ed70d7608a30eafa0ad6da28109d2a9cacce1868 /wram.asm | |
| parent | Merge pull request #16 from YamaArashi/master (diff) | |
| download | pokeyellow-c050e9e23983eb76ac5cc3416401715179a9957f.tar.gz pokeyellow-c050e9e23983eb76ac5cc3416401715179a9957f.tar.xz pokeyellow-c050e9e23983eb76ac5cc3416401715179a9957f.zip | |
sync tileset WRAM labels
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2981,18 +2981,18 @@ wPlayerDirection:: ; d529 wTilesetBank:: ; d52a ds 1 -wTileSetBlocksPtr:: ; d52b +wTilesetBlocksPtr:: ; d52b ; maps blocks (4x4 tiles) to tiles ds 2 -wTilesetGFXPtr:: ; d52d +wTilesetGfxPtr:: ; d52d ds 2 wTilesetCollisionPtr:: ; d52f ; list of all walkable tiles ds 2 -wTileSetTalkingOverTiles:: ; d531 +wTilesetTalkingOverTiles:: ; d531 ds 3 wGrassTile:: ; d534 |
