mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
Global Context And General Cleanup (#863)
* door context * renames * done * fix unintended change * all nb gone * more nb gone * merge fishing * fix size commentX * door changes suggested by dragorn * fix accidental semicolon * another * change all texture pointers to void* * error fix and format * Update src/overlays/actors/ovl_En_Bom_Bowl_Man/z_en_bom_bowl_man.c Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl> * fix ostime * correct mistake in SkyboxContext * probably fix nonmatching * Update include/z64.h Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * roman's suggestions, fix incorrect type definition in z64scene.h * typo in struct * make typedef use u8 array * forgot one * pull in master and format.sh Co-authored-by: Anghelo Carvajal <anghelo.carvajal.14@sansano.usm.cl> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
1890e751b9
commit
7551dc2b71
105 changed files with 496 additions and 508 deletions
|
@ -410,15 +410,16 @@ void Select_PrintMenu(SelectContext* this, GfxPrint* printer) {
|
|||
}
|
||||
|
||||
static char* sLoadingMessages[] = {
|
||||
"\x8Dシバラクオマチクダサイ", // "Please wait a minute"
|
||||
"\x8Dチョット マッテネ", // "Hold on a sec"
|
||||
"\x8Cウェイト ア モーメント", // "Wait a moment"
|
||||
"\x8Cロード\x8Dチュウ", // "Loading"
|
||||
"\x8Dナウ ワーキング", // "Now working"
|
||||
"\x8Dイマ ツクッテマス", // "Now creating"
|
||||
"\x8Dコショウジャナイヨ", // "It's not broken"
|
||||
"\x8Cコーヒー ブレイク", // "Coffee Break"
|
||||
"\x8C" "Bメンヲセットシテクダサイ", // "Please set B side"
|
||||
"\x8Dシバラクオマチクダサイ", // "Please wait a minute"
|
||||
"\x8Dチョット マッテネ", // "Hold on a sec"
|
||||
"\x8Cウェイト ア モーメント", // "Wait a moment"
|
||||
"\x8Cロード\x8Dチュウ", // "Loading"
|
||||
"\x8Dナウ ワーキング", // "Now working"
|
||||
"\x8Dイマ ツクッテマス", // "Now creating"
|
||||
"\x8Dコショウジャナイヨ", // "It's not broken"
|
||||
"\x8Cコーヒー ブレイク", // "Coffee Break"
|
||||
"\x8C"
|
||||
"Bメンヲセットシテクダサイ", // "Please set B side"
|
||||
"\x8Dジット\x8Cガマン\x8Dノ\x8Cコ\x8Dデアッタ", // "Be patient, now"
|
||||
"\x8Dイマシバラクオマチクダサイ", // "Please wait just a minute"
|
||||
"\x8Dアワテナイアワテナイ。ヒトヤスミヒトヤスミ。", // "Don't worry, don't worry. Take a break, take a break"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue