diff options
| author | YamaArashi <shadow962@live.com> | 2016-06-12 11:51:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-12 11:51:28 -0700 |
| commit | a0161ada5d90464e11be2469c6a2ee27533d2557 (patch) | |
| tree | a93c42f00eec7d9f356c1e9e4b12ec0a46e419d1 /engine/cable_club.asm | |
| parent | Merge pull request #16 from YamaArashi/master (diff) | |
| parent | sync home (diff) | |
| download | pokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.tar.gz pokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.tar.xz pokeyellow-a0161ada5d90464e11be2469c6a2ee27533d2557.zip | |
Merge pull request #17 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'engine/cable_club.asm')
| -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 |
