mirror of
https://github.com/pret/pokered.git
synced 2024-11-30 09:30:41 +00:00
parent
8a79315635
commit
9c2be80bf3
@ -7,7 +7,7 @@ PrintNotebookText:
|
||||
|
||||
TMNotebook::
|
||||
text_far TMNotebookText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
ViridianSchoolNotebook::
|
||||
@ -45,7 +45,7 @@ TurnPageText:
|
||||
|
||||
ViridianSchoolNotebookText5:
|
||||
text_far _ViridianSchoolNotebookText5
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
ViridianSchoolNotebookText1:
|
||||
|
@ -44,7 +44,7 @@ CeladonPrizeMenu::
|
||||
|
||||
RequireCoinCaseTextPtr:
|
||||
text_far _RequireCoinCaseText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
ExchangeCoinsForPrizesTextPtr:
|
||||
@ -264,7 +264,7 @@ UnknownPrizeData:
|
||||
|
||||
HereYouGoTextPtr:
|
||||
text_far _HereYouGoText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
SoYouWantPrizeTextPtr:
|
||||
@ -273,17 +273,17 @@ SoYouWantPrizeTextPtr:
|
||||
|
||||
SorryNeedMoreCoinsText:
|
||||
text_far _SorryNeedMoreCoinsText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
PrizeRoomBagIsFullTextPtr:
|
||||
text_far _OopsYouDontHaveEnoughRoomText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
OhFineThenTextPtr:
|
||||
text_far _OhFineThenText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
GetPrizeMonLevel:
|
||||
|
@ -20,7 +20,7 @@ GetDexRatedText:
|
||||
|
||||
ClosedOaksPCText:
|
||||
text_far _ClosedOaksPCText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
AccessedOaksPCText:
|
||||
|
@ -431,7 +431,7 @@ TextCommand_PROMPT_BUTTON::
|
||||
; wait for button press; show arrow
|
||||
ld a, [wLinkState]
|
||||
cp LINK_STATE_BATTLING
|
||||
jp z, TextCommand_LINK_PROMPT_BUTTON
|
||||
jp z, TextCommand_WAIT_BUTTON
|
||||
ld a, "▼"
|
||||
Coorda 18, 16 ; place down arrow in lower right corner of dialogue text box
|
||||
push bc
|
||||
@ -579,8 +579,8 @@ TextCommand_DOTS::
|
||||
pop hl
|
||||
jp NextTextCommand
|
||||
|
||||
TextCommand_LINK_PROMPT_BUTTON::
|
||||
; wait for button press; display arrow
|
||||
TextCommand_WAIT_BUTTON::
|
||||
; wait for button press; don't show arrow
|
||||
push bc
|
||||
call ManualTextScroll
|
||||
pop bc
|
||||
@ -628,5 +628,5 @@ TextCommandJumpTable::
|
||||
dw TextCommand_PAUSE ; TX_PAUSE
|
||||
dw TextCommand_SOUND ; TX_SOUND_GET_ITEM_1 (also handles other TX_SOUND_* commands)
|
||||
dw TextCommand_DOTS ; TX_DOTS
|
||||
dw TextCommand_LINK_PROMPT_BUTTON ; TX_LINK_PROMPT_BUTTON
|
||||
dw TextCommand_WAIT_BUTTON ; TX_WAIT_BUTTON
|
||||
; greater TX_* constants are handled directly by NextTextCommand
|
||||
|
@ -92,9 +92,9 @@ text_dots: MACRO
|
||||
db \1 ; number of ellipses to draw
|
||||
ENDM
|
||||
|
||||
enum TX_LINK_PROMPT_BUTTON ; $0d
|
||||
text_linkpromptbutton: MACRO
|
||||
db TX_LINK_PROMPT_BUTTON
|
||||
enum TX_WAIT_BUTTON ; $0d
|
||||
text_waitbutton: MACRO
|
||||
db TX_WAIT_BUTTON
|
||||
ENDM
|
||||
|
||||
enum TX_SOUND_POKEDEX_RATING ; $0e
|
||||
|
@ -139,48 +139,48 @@ CeladonMartRoofText_484ee:
|
||||
|
||||
CeladonMartRoofText_484f3:
|
||||
text_far _CeladonMartRoofText_484f3
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_484f9:
|
||||
text_far _CeladonMartRoofText_484f9
|
||||
sound_get_item_1
|
||||
text_far _CeladonMartRoofText_484fe
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_48504:
|
||||
text_far _CeladonMartRoofText_48504
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_4850a:
|
||||
text_far _CeladonMartRoofText_4850a
|
||||
sound_get_item_1
|
||||
text_far _CeladonMartRoofText_4850f
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_48515:
|
||||
text_far _CeladonMartRoofText_48515
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
ReceivedTM49Text:
|
||||
text_far _ReceivedTM49Text
|
||||
sound_get_item_1
|
||||
text_far _CeladonMartRoofText_48520
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_48526:
|
||||
text_far _CeladonMartRoofText_48526
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofText_4852c:
|
||||
text_far _CeladonMartRoofText_4852c
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CeladonMartRoofScript_PrintDrinksInBag:
|
||||
|
@ -322,7 +322,7 @@ ReceivedTM28Text:
|
||||
text_far _ReceivedTM28Text
|
||||
sound_get_item_1
|
||||
text_far _ReceivedTM28Text2
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
TM28NoRoomText:
|
||||
|
@ -234,7 +234,7 @@ BlaineBattleText:
|
||||
BlaineEndBattleText:
|
||||
text_far _BlaineEndBattleText
|
||||
sound_get_key_item ; actually plays the second channel of SFX_BALL_POOF due to the wrong music bank being loaded
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
BlaineFireBlastText:
|
||||
|
@ -56,7 +56,7 @@ ReceivedTM31Text:
|
||||
sound_get_item_1
|
||||
TM31ExplanationText1:
|
||||
text_far _TM31ExplanationText1
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
TM31ExplanationText2:
|
||||
@ -65,7 +65,7 @@ TM31ExplanationText2:
|
||||
|
||||
TM31NoRoomText:
|
||||
text_far _TM31NoRoomText
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
CopycatsHouse2FText2:
|
||||
|
@ -323,7 +323,7 @@ MtMoon3Script_49f69:
|
||||
MtMoon3Text_49f6f:
|
||||
text_far _MtMoon3Text_49f6f
|
||||
sound_get_key_item
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
MtMoon3Script_49f76:
|
||||
@ -333,7 +333,7 @@ MtMoon3Script_49f76:
|
||||
|
||||
MtMoon3Text_49f7f:
|
||||
text_far _MtMoon3Text_49f7f
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
MtMoon3Text_49f85:
|
||||
|
@ -81,5 +81,5 @@ RocketHideoutElevatorText1:
|
||||
|
||||
RocketHideoutElevatorText_4578b:
|
||||
text_far _RocketElevatorText_4578b
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
@ -311,7 +311,7 @@ ViridianGymText_74ad3:
|
||||
|
||||
ViridianGymText_74ad9:
|
||||
text_far _ViridianGymText_74ad9
|
||||
text_linkpromptbutton
|
||||
text_waitbutton
|
||||
text_end
|
||||
|
||||
ViridianGymText12:
|
||||
|
Loading…
Reference in New Issue
Block a user