diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:39:29 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:40:36 -0400 |
| commit | 9c2be80bf3fbdac6505787b00da0f4ff71839a05 (patch) | |
| tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /engine/events/prize_menu.asm | |
| parent | Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ... (diff) | |
| download | pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.tar.gz pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.tar.xz pokeyellow-9c2be80bf3fbdac6505787b00da0f4ff71839a05.zip | |
text_linkpromptbutton -> text_waitbutton
Fixes #260
Diffstat (limited to 'engine/events/prize_menu.asm')
| -rwxr-xr-x | engine/events/prize_menu.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/events/prize_menu.asm b/engine/events/prize_menu.asm index c79fdbbc..0030aafb 100755 --- a/engine/events/prize_menu.asm +++ b/engine/events/prize_menu.asm @@ -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: |
