mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
Format all translation comments like // "..."
(hopefully all of them) (#986)
* Format all translation comments like `// "..."` (hopefully all of them) * Move translation comments to before on long lines Located them with `grep -r src -e '^[^(]*);[ ]*//'` Regex `osSyncPrintf\([^;]*\n.*//` didn't find more * Format two more
This commit is contained in:
parent
063b4aed0c
commit
c57c0f13fc
95 changed files with 404 additions and 404 deletions
|
@ -80,9 +80,9 @@ static u16 D_809F040C[] = {
|
|||
0x10A0, 0x10A1, 0x10A2, 0x10CA, 0x10CB, 0x10CC, 0x10CD, 0x10CE, 0x10CF, 0x10DC, 0x10DD,
|
||||
};
|
||||
|
||||
// Debug text: sells { Deku Nuts, Deku Sticks, Piece of Heart, Deku Seeds,
|
||||
// Deku Shield, Bombs, Arrows, Red Potion,
|
||||
// Green Potion, Deku Stick Upgrade, Deku Nut Upgrade }
|
||||
// Debug text: "sells" { "Deku Nuts", "Deku Sticks", "Piece of Heart", "Deku Seeds",
|
||||
// "Deku Shield", "Bombs", "Arrows", "Red Potion",
|
||||
// "Green Potion", "Deku Stick Upgrade", "Deku Nut Upgrade" }
|
||||
static char* D_809F0424[] = {
|
||||
"デクの実売り ", "デクの棒売り ", "ハートの欠片売り ", "デクの種売り ",
|
||||
"デクの盾売り ", "バクダン売り ", "矢売り ", "赤のくすり売り ",
|
||||
|
@ -147,7 +147,7 @@ void EnDns_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
if ((this->actor.params == 0x0006) && (LINK_AGE_IN_YEARS == YEARS_CHILD)) {
|
||||
this->actor.params = 0x0003;
|
||||
}
|
||||
// Deku Salesman
|
||||
// "Deku Salesman"
|
||||
osSyncPrintf(VT_FGCOL(GREEN) "◆◆◆ 売りナッツ『%s』 ◆◆◆" VT_RST "\n", D_809F0424[this->actor.params],
|
||||
this->actor.params);
|
||||
Actor_ProcessInitChain(&this->actor, sInitChain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue