Skip to content

Commit

Permalink
resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
wrulfy committed Mar 9, 2023
1 parent 91c6fc4 commit c09da5a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions data/text/text_4.asm
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,15 @@ _CableClubNPCWelcomeText::
line "Cable Club!"
done

_CableClubNPCnopeText::
text "The CABLE CLUB"
line "service has been"
cont "discontinued."

para "We apologize for"
line "the inconvenience."
done

_CableClubNPCPleaseApplyHereHaveToSaveText::
text "Please apply here."

Expand Down
2 changes: 1 addition & 1 deletion engine/link/cable_club_npc_2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CableClubNPC2::

CableClubNPCnopeText:
text_far _CableClubNPCnopeText
text_end
text_end
2 changes: 1 addition & 1 deletion main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INCLUDE "engine/events/set_blackout_map.asm"
INCLUDE "engine/menus/display_text_id_init.asm"
INCLUDE "engine/menus/draw_start_menu.asm"
INCLUDE "engine/link/cable_club_npc.asm"
INCLUDE "engine/link/cable_club_npc2.asm"
INCLUDE "engine/link/cable_club_npc_2.asm"
INCLUDE "engine/menus/text_box.asm"
INCLUDE "engine/battle/move_effects/drain_hp.asm"
INCLUDE "engine/menus/players_pc.asm"
Expand Down

0 comments on commit c09da5a

Please sign in to comment.