diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-19 11:56:13 -0700 |
| commit | 02bd91b7076165653a900a8e39c12a92a9bd2976 (patch) | |
| tree | 90590dc9f3b05eb19697ba81ec3467ac533c8f1b /engine/overworld/cable_club_npc.asm | |
| parent | Merge branch 'master' of https://github.com/YamaArashi/pokered (diff) | |
| download | pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.tar.gz pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.tar.xz pokeyellow-02bd91b7076165653a900a8e39c12a92a9bd2976.zip | |
jpab/jpba macros
Diffstat (limited to 'engine/overworld/cable_club_npc.asm')
| -rwxr-xr-x | engine/overworld/cable_club_npc.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/overworld/cable_club_npc.asm b/engine/overworld/cable_club_npc.asm index b9e3102a..2a9b19fe 100755 --- a/engine/overworld/cable_club_npc.asm +++ b/engine/overworld/cable_club_npc.asm @@ -111,9 +111,7 @@ Func_72a8: ; 72a8 (1:72a8) xor a ld [hld], a ld [hl], a - ld hl, LinkMenu - ld b, BANK(LinkMenu) - jp Bankswitch + jpab LinkMenu CableClubNPCAreaReservedFor2FriendsLinkedByCableText: ; 72b3 (1:72b3) TX_FAR _CableClubNPCAreaReservedFor2FriendsLinkedByCableText |
