diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 14:44:52 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-08 14:44:52 -0500 |
commit | 778ffafc87ede74e237b4907733353f2e303dffc (patch) | |
tree | 4f37a5fc4226944c4fc02ea5462b0a0bdf2ded34 /yellow/main.asm | |
parent | acde04be10aab02c94f8e58d892344af6cbb3ece (diff) |
cable_club_npc.asm
Diffstat (limited to 'yellow/main.asm')
-rwxr-xr-x | yellow/main.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/yellow/main.asm b/yellow/main.asm index 46ea2b79..b40d08a7 100755 --- a/yellow/main.asm +++ b/yellow/main.asm @@ -1087,10 +1087,8 @@ PrintStartMenuItem: ; 702b (1:702b) add hl,de ret -CableClubNPC: ; 7035 (1:7035) - dr $7035,$71ac -CloseLinkConnection: ; 71ac (1:71ac) - dr $71ac,$71bf +INCLUDE "engine/overworld/cable_club_npc.asm" + DisplayTextBoxID_: ; 71bf (1:71bf) dr $71bf,$778e PlayerPC: ; 778e (1:778e) |