diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-16 11:11:50 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-16 11:11:50 -0500 |
| commit | 707ba908f780d42e1f26af85bef0bf0eb478b877 (patch) | |
| tree | 88fba78e2d9c590c4860a2e63eed00a2e29d4005 /engine/cable_club.asm | |
| parent | Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokered (diff) | |
| parent | Merge pull request #15 from pret/remove-pip (diff) | |
| download | pokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.tar.gz pokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.tar.xz pokeyellow-707ba908f780d42e1f26af85bef0bf0eb478b877.zip | |
Merge branch 'master' of https://github.com/pret/pokeyellow
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 |
