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 /engine | |
| 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 'engine')
| -rwxr-xr-x | engine/cable_club.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm index d7b5bdc8..88f7b2f7 100755 --- a/engine/cable_club.asm +++ b/engine/cable_club.asm @@ -907,9 +907,9 @@ CableClub_Run: call CableClub_DoBattleOrTrade ld hl, Club_GFX ld a, h - ld [wTilesetGFXPtr + 1], a + ld [wTilesetGfxPtr + 1], a ld a, l - ld [wTilesetGFXPtr], a + ld [wTilesetGfxPtr], a ld a, Bank(Club_GFX) ld [wTilesetBank], a ld hl, Club_Coll |
