Skip to content

Commit a9f69c1

Browse files
committed
Remove trailing empty table rows
1 parent b81e4d3 commit a9f69c1

35 files changed

+0
-73
lines changed

content/AC:ScanAPs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ command buffer:
3131

3232
| Offset | Size | Description |
3333
|--------|------|-------------|
34-
| | | |
3534

3635
# Description
3736

content/ACT_Services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ These commands are common to both act:u and act:a
4848
| 0x00200382 | | ? |
4949
| 0x00210002 | | ? |
5050
| 0x00220342 | | ? |
51-
| | | |
5251

5352
# ACT service "act:a"
5453

content/AC_Services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ These commands are common to both ac:u and ac:i
7474
| 0x003F0040 | GetNotAwakeMacFilter |
7575
| 0x00400042 | [SetClientVersion](ACU:SetClientVersion "wikilink") |
7676
| 0x004100C6 | SetTemporaryNetworkSettings |
77-
| | |
7877

7978
# AC service "ac:i"
8079

content/AM:GetMetaDataFromCia.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ title = 'AM:GetMetaDataFromCia'
2020
| 0 | Header code |
2121
| 1 | Result code |
2222
| 2 | Size of read data |
23-
| | |
2423

2524
# Description
2625

content/Application_Manager_Services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ though the "am:pipe" string isn't actually used.
261261
| 0x10 | 0x4 | private.sav size |
262262
| 0x14 | 0x4 | Unused, padding. |
263263
| 0x18 | 0x8 | u64, required space in bytes for installation (aligned to 0x4000, used to show amount of blocks in system settings) |
264-
| | | |
265264

266265
# Errors
267266

content/BCSAR.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ as CSTM, CWSD, CSEQ, and CWAV.
3232
| 0x34 | 0x4 | Length of main FILE partition |
3333
| 0x38 | 0x4 | Reserved for 4th main partition location? |
3434
| 0x3C | 0x4 | Reserved for 4th main partition length? |
35-
| | | |
3635

3736
## Partitions
3837

@@ -52,7 +51,6 @@ STRG contains the names of the audio files in the BCSAR.
5251
| 0x14 | 0x4 | This + 8 points to the string lookup table |
5352
| 0x18 | 0x4 | Filename count |
5453
| 0x1C | 0xC \* count | String offset table |
55-
| | | |
5654

5755
#### String offset table entry
5856

@@ -61,7 +59,6 @@ STRG contains the names of the audio files in the BCSAR.
6159
| 0x0 | 0x4 | Type of the node (should be 0x1F01) |
6260
| 0x4 | 0x4 | Offset to data from the end of the STRG header (sizeof 0x18) |
6361
| 0x8 | 0x4 | Length of the data buffer (includes NUL terminator) |
64-
| | | |
6562

6663
Then every filename is rawly setted. You can set up a dictionary that
6764
contains, using a simple counter, the size of every filename in order.
@@ -77,7 +74,6 @@ filename in a correct order.
7774
| 0x0 | 0x4 | Index of the root entry |
7875
| 0x4 | 0x4 | Entry count |
7976
| 0x8 | 0x14 \* count | Lookup entry |
80-
| | | |
8177

8278
##### Entry
8379

@@ -90,7 +86,6 @@ filename in a correct order.
9086
| 0xC | 0x4 | String lookup table index (-1 if unused) |
9187
| 0x10 | 0x3 | 3-byte Resource ID, Little Endian (-1 if unused) |
9288
| 0x13 | 0x1 | Resource type (01=sound, 02=sound list, 03=sound bank, 04=sound player name?, 06=sound group, FF=unused) |
93-
| | | |
9489

9590
### INFO
9691

@@ -122,7 +117,6 @@ but I'm working on figuring the rest out.
122117
| 0x3C | 0x4 | This + 8 points to the FILE Table |
123118
| 0x40 | 0x4 | Unknown Table Reference ID (0x220B) |
124119
| 0x44 | 0x4 | This + 8 points to unknown |
125-
| | | |
126120

127121
#### Blocks
128122

@@ -147,7 +141,6 @@ struct:
147141
| 0xC | 0x4 | Type of the extended info |
148142
| 0x10 | 0x4 | Offset to extended info \*relative to the beginning of this struct\* |
149143
| 0x14 | ??? | Unknown... |
150-
| | | |
151144

152145
##### 0x2204
153146

@@ -161,7 +154,6 @@ struct:
161154
| 0x14 | 0x4 | Offset to extended info \*relative to the beginning of this struct\* |
162155
| 0x18 | 0x4 | Unknown |
163156
| 0x1C | 0x4 | Unknown |
164-
| | | |
165157

166158
##### 0x2206
167159

@@ -172,7 +164,6 @@ struct:
172164
| 0x8 | 0x4 | Offset to extended info \*relative to the beginning of this struct\* |
173165
| 0xC | 0x4 | Unknown |
174166
| 0x10 | 0x4 | Unknown |
175-
| | | |
176167

177168
##### Table IDs
178169

@@ -185,7 +176,6 @@ struct:
185176
| 0x2208 | Group Table |
186177
| 0x2208 | Player Table |
187178
| 0x220A | FILE Table |
188-
| | |
189179

190180
### FILE
191181

content/CECDS:GenHashConsoleUnique.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ title = 'CECDS:GenHashConsoleUnique'
77
| Index Word | Description |
88
|------------|----------------------------|
99
| 0 | Header code \[0x04150000\] |
10-
| | |
1110

1211
# Response
1312

@@ -16,7 +15,6 @@ title = 'CECDS:GenHashConsoleUnique'
1615
| 0 | Header code |
1716
| 1 | Result code |
1817
| 2-3 | 64-bit hash |
19-
| | |
2018

2119
# Description
2220

content/CECD_Services.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Streetpass stuff.
3131
| 0x001F0000 | [GetEventLogStart](CECDU:GetEventLogStart "wikilink") |
3232
| 0x00200000 | [GetEventLogEntryCount](CECDU:GetEventLogEntryCount "wikilink") |
3333
| 0x0021.... | ? |
34-
| | |
3534

3635
### CecDataPathType
3736

@@ -78,7 +77,6 @@ Streetpass stuff.
7877
| CEC_COMMAND_OVER_BOSS_FORCE | 0x13 | |
7978
| CEC_COMMAND_OVER_BOSS_FORCE_WAIT | 0x14 | |
8079
| CEC_COMMAND_END | 0x15 | |
81-
| | | |
8280

8381
### CecStateAbbreviated
8482

@@ -95,7 +93,6 @@ Streetpass stuff.
9593
| Type | Field |
9694
|-----------|-------|
9795
| char\[8\] | data |
98-
| | |
9996

10097
# CECD Service "cecd:s"
10198

@@ -121,7 +118,6 @@ contains
121118
| 0x04150000 | [GenHashConsoleUnique](CECDS:GenHashConsoleUnique "wikilink") |
122119
| 0x04160002 | ? |
123120
| 0x0417.... | ? |
124-
| | |
125121

126122
### CecSprStatus
127123

@@ -155,6 +151,5 @@ state of an SPR exchange it is in currently.
155151
| 0x00060042 | GetNZoneInfo |
156152
| 0x00070042 | SetNZoneSSIDList |
157153
| 0x00080042 | SetNZoneMacFilter |
158-
| | |
159154

160155
[Category:Services](Category:Services "wikilink")

content/Config_Savegame.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ This is used twice in the actual WiFi slot structure.
181181
| 0x26 | 0x2 | Padding ? |
182182
| 0x28 | 0x40 | Plaintext of the passphrase of the network, without a trailing nullbyte. |
183183
| 0x68 | 0x20 | PBKDF2 of the passphrase and SSID (http://jorisvr.nl/wpapsk.html). |
184-
| | | |
185184

186185
#### Actual structure
187186

@@ -216,7 +215,6 @@ This is used twice in the actual WiFi slot structure.
216215
| 0x410 | 0x2 | Padding ? |
217216
| 0x412 | 0x2 | MTU value, defaults to 1400 and ranges between 576 and 1500, inclusive. |
218217
| 0x414 | 0x7EC | Padding. |
219-
| | | |
220218

221219
### LCD display config
222220

content/DSP_AAC_Decoder.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Size : 0x20 bytes
2828
| 0x2 | DecoderCommand | Command to be handled by the decoder (See information on DecoderCommand structure below) |
2929
| 0x4 | u32 | Result Code |
3030
| 0x8 | Request/Response data | A 24-byte chunk of data containing information about the request/response. See below for more info. |
31-
| | | |
3231

3332
**enum DecoderCommand : u16**
3433

@@ -57,7 +56,6 @@ Size : 24 bytes
5756
| 0xC | u32 | Physical address to output decoded PCM16 samples for the right channel |
5857
| 0x10 | u32 | Unknown? |
5958
| 0x14 | u32 | Unknown? |
60-
| | | |
6159

6260
**AAC Decode command response**
6361

@@ -71,7 +69,6 @@ Size : 24 bytes
7169
| 0xC | u32 | Unknown? |
7270
| 0x10 | u32 | Unknown? |
7371
| 0x14 | u32 | Number of decoded samples (?) |
74-
| | | |
7572

7673
# Sample rate enum
7774

0 commit comments

Comments
 (0)