Skip to content

Commit ec70f06

Browse files
committed
Re-import IPC pages that were based on macros
1 parent ccfd0a8 commit ec70f06

File tree

75 files changed

+682
-353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+682
-353
lines changed

content/ACT:GetErrorCode.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ title = 'ACT:GetErrorCode'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00020040" %}}
8+
{{% ipc/param %}}u32 input error code{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% ipc/param %}}u32 Output value (not Result type){{% / %}}
16+
{{% / %}}

content/BOSS:DeleteNsData.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ title = 'BOSS:DeleteNsData'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00260040" %}}
8+
{{% ipc/param %}}NsDataId{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% / %}}

content/BOSS:GetErrorCode.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ title = 'BOSS:GetErrorCode'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x002E0040" %}}
8+
{{% ipc/param %}}s8 input{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% ipc/param %}}u32 Output value{{% / %}}
16+
{{% / %}}
1217

1318
# Description
1419

15-
This loads a 16bit value from a table using the input value. This loops
16-
through the table, comparing a field in each array entry with the input.
17-
When the input value is 0x71, the output is 0xB3B1+5(0xB3B6). Otherwise
18-
when no match is found in the table and it's not 0x71, the output is
19-
0xB3B1.
20+
This loads a 16bit value from a table using the input value. This loops through the table, comparing a field in each array entry with the input. When the input value is 0x71, the output is 0xB3B1+5(0xB3B6). Otherwise when no match is found in the table and it's not 0x71, the output is 0xB3B1.
2021

2122
This always returns result-code 0.

content/BOSS:GetNsDataIdList1.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ title = 'BOSS:GetNsDataIdList1'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00110102" %}}
8+
{{% ipc/param span=6 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% ipc/param span=2 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
16+
{{% / %}}
1217

1318
# Description
1419

15-
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"),
16-
except the called function mentioned
17-
[here](BOSSU:GetNsDataIdList "wikilink") is used with the following type
18-
parameters: 0, 1, 0.
20+
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"), except the called function mentioned [here](BOSSU:GetNsDataIdList "wikilink") is used with the following type parameters: 0, 1, 0.

content/BOSS:GetNsDataIdList2.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ title = 'BOSS:GetNsDataIdList2'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00120102" %}}
8+
{{% ipc/param span=6 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% ipc/param span=2 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
16+
{{% / %}}
1217

1318
# Description
1419

15-
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"),
16-
except the called function mentioned
17-
[here](BOSSU:GetNsDataIdList "wikilink") is used with the following type
18-
parameters: 1, 1, 1.
20+
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"), except the called function mentioned [here](BOSSU:GetNsDataIdList "wikilink") is used with the following type parameters: 1, 1, 1.

content/BOSS:GetNsDataIdList3.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ title = 'BOSS:GetNsDataIdList3'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00130102" %}}
8+
{{% ipc/param span=6 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% ipc/param span=2 %}}Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink").{{% / %}}
16+
{{% / %}}
1217

1318
# Description
1419

15-
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"),
16-
except the called function mentioned
17-
[here](BOSSU:GetNsDataIdList "wikilink") is used with the following type
18-
parameters: 1, 1, 0.
20+
Identical to [BOSSU:GetNsDataIdList](BOSSU:GetNsDataIdList "wikilink"), except the called function mentioned [here](BOSSU:GetNsDataIdList "wikilink") is used with the following type parameters: 1, 1, 0.

content/BOSS:GetOptoutFlag.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ title = 'BOSS:GetOptoutFlag'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x000A0000" %}}
8+
{{% / %}}
89

910
# Response
1011

11-
{{#vardefine:ipc_offset\|0}}
12+
{{% ipc/request %}}
13+
{{% ipc/result %}}
14+
{{% ipc/param %}}Output u8 flag{{% / %}}
15+
{{% / %}}

content/BOSS:GetTaskFinishHandle.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ title = 'BOSS:GetTaskFinishHandle'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x001F0000" %}}
8+
{{% / %}}
89

910
# Response
1011

11-
{{#vardefine:ipc_offset\|0}}
12+
{{% ipc/request %}}
13+
{{% ipc/result %}}
14+
{{% ipc/param %}}0x0{{% / %}}
15+
{{% ipc/param %}}Output handle{{% / %}}
16+
{{% / %}}

content/BOSS:GetTaskProperty0.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ title = 'BOSS:GetTaskProperty0'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00340042" %}}
8+
{{% ipc/param %}}TaskID buffer size{{% / %}}
9+
{{% ipc/mapbuffer r %}}TaskID data pointer{{% / %}}
10+
{{% / %}}
811

912
# Response
1013

11-
{{#vardefine:ipc_offset\|0}}
14+
{{% ipc/request %}}
15+
{{% ipc/result %}}
16+
{{% ipc/param %}}Output value{{% / %}}
17+
{{% / %}}
1218

1319
# Description
1420

content/BOSS:RegisterNewArrivalEvent.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ title = 'BOSS:RegisterNewArrivalEvent'
44

55
# Request
66

7-
{{#vardefine:ipc_offset\|0}}
7+
{{% ipc/request header="0x00080002" %}}
8+
{{% ipc/param %}}KEvent event{{% / %}}
9+
{{% / %}}
810

911
# Response
1012

11-
{{#vardefine:ipc_offset\|0}}
13+
{{% ipc/request %}}
14+
{{% ipc/result %}}
15+
{{% / %}}

0 commit comments

Comments
 (0)