Skip to content

Commit 13e2487

Browse files
author
Tony Wasserka
committed
Fix anchors
1 parent d28564e commit 13e2487

Some content is hidden

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

49 files changed

+1151
-1151
lines changed

content/AM:GetTwlArchiveResourceInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date = 2024-09-21T11:28:15+02:00
1414
|------------|--------------------------------------------------------------|
1515
| 0 | Header code |
1616
| 1 | Result code |
17-
| 2-9 | [TwlArchiveResourceInfo](#TwlArchiveResourceInfo "wikilink") |
17+
| 2-9 | [TwlArchiveResourceInfo](#twlarchiveresourceinfo "wikilink") |
1818

1919
# TwlArchiveResourceInfo
2020

content/AMPXI:GetTWLPartitionInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date = 2024-09-21T11:29:09+02:00
1414
|------------|--------------------------------------------------|
1515
| 0 | Header code |
1616
| 1 | Result code |
17-
| 2-9 | [TWLPartitionInfo](#TWLPartitionInfo "wikilink") |
17+
| 2-9 | [TWLPartitionInfo](#twlpartitioninfo "wikilink") |
1818

1919
# TWLPartitionInfo
2020

content/BCMA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ archive:
3939

4040
| Archive path | Comment |
4141
|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------|
42-
| [./BcmaInfo.arc](#BcmaInfo.arc "wikilink") | Archive containing metadata about this manual, such as available languages and version information. |
43-
| [./*REG*_*la*_index.arc](#REG_la_index.arc "wikilink") | Archive containing the table of contents for a specific locale. |
44-
| [./*REG*_*la*_large.arc](#REG_la_size.arc "wikilink") | Archive containing the pages of the manual in a large font size. |
45-
| [./*REG*_*la*_small.arc](#REG_la_size.arc "wikilink") | Archive containing the pages of the manual in a small font size. |
42+
| [./BcmaInfo.arc](#bcmainfo.arc "wikilink") | Archive containing metadata about this manual, such as available languages and version information. |
43+
| [./*REG*_*la*_index.arc](#reg_la_index.arc "wikilink") | Archive containing the table of contents for a specific locale. |
44+
| [./*REG*_*la*_large.arc](#reg_la_size.arc "wikilink") | Archive containing the pages of the manual in a large font size. |
45+
| [./*REG*_*la*_small.arc](#reg_la_size.arc "wikilink") | Archive containing the pages of the manual in a small font size. |
4646

4747
Other archives not named here may be present as well. Usually, these
4848
contain locale specific images.

content/BCSTM.md

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

content/BCWAV.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ equivalent to fmt) and a DATA struct (the equivalent to data).
2020
|--------|------|------------------------------------------------------------------------------------------------------------------------|
2121
| 0x000 | 4 | Magic (CWAV) |
2222
| 0x004 | 2 | Endianness (0xFEFF = little, 0xFFFE = big) |
23-
| 0x006 | 2 | Header Size (0x40 due to [Info Block](#Info_Block "wikilink") alignment) |
23+
| 0x006 | 2 | Header Size (0x40 due to [Info Block](#info_block "wikilink") alignment) |
2424
| 0x008 | 4 | Version (0x02010000) |
2525
| 0x00C | 4 | File Size |
2626
| 0x010 | 2 | Number of Blocks (2) |
2727
| 0x012 | 2 | Reserved |
28-
| 0x014 | 12 | [Info Block](#Info_Block "wikilink") [Sized Reference](#Sized_Reference "wikilink") (Offset relative to start of file) |
29-
| 0x020 | 12 | [Data Block](#Data_Block "wikilink") [Sized Reference](#Sized_Reference "wikilink") (Offset relative to start of file) |
28+
| 0x014 | 12 | [Info Block](#Info_Block "wikilink") [Sized Reference](#sized_reference "wikilink") (Offset relative to start of file) |
29+
| 0x020 | 12 | [Data Block](#Data_Block "wikilink") [Sized Reference](#sized_reference "wikilink") (Offset relative to start of file) |
3030

3131
### Block Header
3232

@@ -39,35 +39,35 @@ equivalent to fmt) and a DATA struct (the equivalent to data).
3939

4040
| MAGIC | TYPE |
4141
|-------|--------------------------------------|
42-
| INFO | [Info Block](#Info_Block "wikilink") |
43-
| DATA | [Data Block](#Data_Block "wikilink") |
42+
| INFO | [Info Block](#info_block "wikilink") |
43+
| DATA | [Data Block](#data_block "wikilink") |
4444

4545
### Info Block
4646

4747
| OFFSET | SIZE | DESCRIPTION |
4848
|--------|------|-----------------------------------------------------------------------------------------|
49-
| 0x000 | 8 | [Block Header](#Block_Header "wikilink") |
50-
| 0x008 | 1 | [Encoding](#Encoding "wikilink") |
49+
| 0x000 | 8 | [Block Header](#block_header "wikilink") |
50+
| 0x008 | 1 | [Encoding](#encoding "wikilink") |
5151
| 0x009 | 1 | Loop (0 = don't loop, 1 = loop) |
5252
| 0x00A | 2 | Padding |
5353
| 0x00C | 4 | Sample Rate |
5454
| 0x010 | 4 | Loop Start Frame |
5555
| 0x014 | 4 | Loop End Frame |
5656
| 0x018 | 4 | Reserved |
57-
| 0x01C | X | [Channel Info](#Channel_Info "wikilink") [Reference Table](#Reference_Table "wikilink") |
58-
| X | X | [Channel Info](#Channel_Info "wikilink") Entries |
57+
| 0x01C | X | [Channel Info](#Channel_Info "wikilink") [Reference Table](#reference_table "wikilink") |
58+
| X | X | [Channel Info](#channel_info "wikilink") Entries |
5959

6060
If encoding is DSP ADPCM:
6161

6262
| OFFSET | SIZE | DESCRIPTION |
6363
|--------|------|------------------------------------------------------|
64-
| X | X | [DSP ADPCM Info](#DSP_ADPCM_Info "wikilink") Entries |
64+
| X | X | [DSP ADPCM Info](#dsp_adpcm_info "wikilink") Entries |
6565

6666
If encoding is IMA ADPCM:
6767

6868
| OFFSET | SIZE | DESCRIPTION |
6969
|--------|------|------------------------------------------------------|
70-
| X | X | [IMA ADPCM Info](#IMA_ADPCM_Info "wikilink") Entries |
70+
| X | X | [IMA ADPCM Info](#ima_adpcm_info "wikilink") Entries |
7171

7272
The info block is aligned to 0x20 bytes.
7373

@@ -84,17 +84,17 @@ The info block is aligned to 0x20 bytes.
8484

8585
| OFFSET | SIZE | DESCRIPTION |
8686
|--------|------|---------------------------------------------------------------------------------------------------------------------|
87-
| 0x000 | 8 | Samples [Reference](#Reference "wikilink") (Offset relative to [Data Block](#Data_Block "wikilink") Data field) |
88-
| 0x008 | 8 | ADPCM Info [Reference](#Reference "wikilink") (Offset relative to Samples [Reference](#Reference "wikilink") field) |
87+
| 0x000 | 8 | Samples [Reference](#Reference "wikilink") (Offset relative to [Data Block](#data_block "wikilink") Data field) |
88+
| 0x008 | 8 | ADPCM Info [Reference](#Reference "wikilink") (Offset relative to Samples [Reference](#reference "wikilink") field) |
8989
| 0x010 | 4 | Reserved |
9090

9191
##### DSP ADPCM Info
9292

9393
| OFFSET | SIZE | DESCRIPTION |
9494
|--------|------|-----------------------------------------------|
95-
| 0x000 | 32 | [Param](#DSP_ADPCM_Param "wikilink") |
96-
| 0x020 | 6 | [Context](#DSP_ADPCM_Context "wikilink") |
97-
| 0x026 | 6 | Loop [Context](#DSP_ADPCM_Context "wikilink") |
95+
| 0x000 | 32 | [Param](#dsp_adpcm_param "wikilink") |
96+
| 0x020 | 6 | [Context](#dsp_adpcm_context "wikilink") |
97+
| 0x026 | 6 | Loop [Context](#dsp_adpcm_context "wikilink") |
9898
| 0x02C | 2 | Padding |
9999

100100
###### DSP ADPCM Param
@@ -116,8 +116,8 @@ The info block is aligned to 0x20 bytes.
116116

117117
| OFFSET | SIZE | DESCRIPTION |
118118
|--------|------|-----------------------------------------------|
119-
| 0x000 | 4 | [Context](#IMA_ADPCM_Context "wikilink") |
120-
| 0x004 | 4 | Loop [Context](#IMA_ADPCM_Context "wikilink") |
119+
| 0x000 | 4 | [Context](#ima_adpcm_context "wikilink") |
120+
| 0x004 | 4 | Loop [Context](#ima_adpcm_context "wikilink") |
121121

122122
###### IMA ADPCM Context
123123

@@ -131,8 +131,8 @@ The info block is aligned to 0x20 bytes.
131131

132132
| OFFSET | SIZE | DESCRIPTION |
133133
|--------|---------------------------------------------------------|------------------------------------------|
134-
| 0x000 | 8 | [Block Header](#Block_Header "wikilink") |
135-
| 0x008 | [Block Header](#Block_Header "wikilink") Size Value - 8 | Data |
134+
| 0x000 | 8 | [Block Header](#block_header "wikilink") |
135+
| 0x008 | [Block Header](#block_header "wikilink") Size Value - 8 | Data |
136136

137137
The data block is aligned to 0x20 bytes, as well as the data field's
138138
actual sample data.
@@ -142,13 +142,13 @@ actual sample data.
142142
| OFFSET | SIZE | DESCRIPTION |
143143
|--------|------------|-----------------------------------------------------------------------|
144144
| 0x000 | 4 | Count |
145-
| 0x004 | Count \* 8 | [References](#Reference "wikilink") (Offsets relative to Count field) |
145+
| 0x004 | Count \* 8 | [References](#reference "wikilink") (Offsets relative to Count field) |
146146

147147
### Sized Reference
148148

149149
| OFFSET | SIZE | DESCRIPTION |
150150
|--------|------|------------------------------------|
151-
| 0x000 | 8 | [Reference](#Reference "wikilink") |
151+
| 0x000 | 8 | [Reference](#reference "wikilink") |
152152
| 0x008 | 4 | Size |
153153

154154
### Reference
@@ -163,11 +163,11 @@ actual sample data.
163163

164164
| ID | TYPE |
165165
|--------|----------------------------------------------|
166-
| 0x0300 | [DSP ADPCM Info](#DSP_ADPCM_Info "wikilink") |
167-
| 0x0301 | [IMA ADPCM Info](#IMA_ADPCM_Info "wikilink") |
168-
| 0x1F00 | [Sample Data](#Data_Block "wikilink") |
169-
| 0x7000 | [Info Block](#Info_Block "wikilink") |
170-
| 0x7001 | [Data Block](#Data_Block "wikilink") |
171-
| 0x7100 | [Channel Info](#Channel_Info "wikilink") |
166+
| 0x0300 | [DSP ADPCM Info](#dsp_adpcm_info "wikilink") |
167+
| 0x0301 | [IMA ADPCM Info](#ima_adpcm_info "wikilink") |
168+
| 0x1F00 | [Sample Data](#data_block "wikilink") |
169+
| 0x7000 | [Info Block](#info_block "wikilink") |
170+
| 0x7001 | [Data Block](#data_block "wikilink") |
171+
| 0x7100 | [Channel Info](#channel_info "wikilink") |
172172

173173
[Category:File formats](Category:File_formats "wikilink")

content/CLYT_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ Mario Kart Wii Wiki)</small></sup>
679679

680680
## bnd1 (Bounding 1)
681681

682-
Same data structure as [Panes](#pan1_(Pane_1) "wikilink"), but used to
682+
Same data structure as [Panes](#pan1_(pane_1) "wikilink"), but used to
683683
limit interaction with buttons.
684684

685685
| Offset | Size | Type | Description |

content/CONFIG11_Registers.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ date = 2024-09-21T11:31:08+02:00
66

77
| Old3DS | Name | Address | Width | Used by |
88
|--------|---------------------------------------------------------------------------|------------|-------|-----------------------------------------------------------|
9-
| Yes | [CFG11_SHAREDWRAM_32K_CODE](#CFG11_SHAREDWRAM_32K_CODE "wikilink")\<0-7\> | 0x10140000 | 1\*8 | Boot11, Process9, [DSP Services](DSP_Services "wikilink") |
10-
| Yes | [CFG11_SHAREDWRAM_32K_DATA](#CFG11_SHAREDWRAM_32K_DATA "wikilink")\<0-7\> | 0x10140008 | 1\*8 | Boot11, Process9, [DSP Services](DSP_Services "wikilink") |
11-
| Yes | [CFG11_NULLPAGE_CNT](#CFG11_NULLPAGE_CNT "wikilink") | 0x10140100 | 4 | |
12-
| Yes | [CFG11_FIQ_MASK](#CFG11_FIQ_MASK "wikilink") | 0x10140104 | 1 | Kernel11. |
9+
| Yes | [CFG11_SHAREDWRAM_32K_CODE](#cfg11_sharedwram_32k_code "wikilink")\<0-7\> | 0x10140000 | 1\*8 | boot11, process9, [dsp services](dsp_services "wikilink") |
10+
| Yes | [CFG11_SHAREDWRAM_32K_DATA](#cfg11_sharedwram_32k_data "wikilink")\<0-7\> | 0x10140008 | 1\*8 | boot11, process9, [dsp services](dsp_services "wikilink") |
11+
| Yes | [CFG11_NULLPAGE_CNT](#cfg11_nullpage_cnt "wikilink") | 0x10140100 | 4 | |
12+
| Yes | [CFG11_FIQ_MASK](#cfg11_fiq_mask "wikilink") | 0x10140104 | 1 | Kernel11. |
1313
| Yes | Debug related bitfield? Observed: 0b1100(N3DS)/0b0000(O3DS) | 0x10140105 | 1 | |
14-
| Yes | [CFG_CDMA_CNT](#CFG11_CDMA_CNT "wikilink") | 0x1014010C | 2 | TwlBg |
15-
| Yes | [CFG11_GPUPROT](#CFG11_GPUPROT "wikilink") | 0x10140140 | 4 | Kernel11 |
16-
| Yes | [CFG11_WIFICNT](#CFG11_WIFICNT "wikilink") | 0x10140180 | 1 | TwlBg, [NWM Services](NWM_Services "wikilink") |
17-
| Yes | [CFG11_SPI_CNT](#CFG11_SPI_CNT "wikilink") | 0x101401C0 | 2 | [SPI Services](SPI_Services "wikilink"), TwlBg |
14+
| Yes | [CFG_CDMA_CNT](#cfg11_cdma_cnt "wikilink") | 0x1014010C | 2 | TwlBg |
15+
| Yes | [CFG11_GPUPROT](#cfg11_gpuprot "wikilink") | 0x10140140 | 4 | Kernel11 |
16+
| Yes | [CFG11_WIFICNT](#cfg11_wificnt "wikilink") | 0x10140180 | 1 | twlbg, [nwm services](nwm_services "wikilink") |
17+
| Yes | [CFG11_SPI_CNT](#cfg11_spi_cnt "wikilink") | 0x101401c0 | 2 | [spi services](spi_services "wikilink"), TwlBg |
1818
| Yes | ? | 0x10140200 | 4 | |
19-
| No | [CFG11_GPU_N3DS_CNT](#CFG11_GPU_N3DS_CNT "wikilink") | 0x10140400 | 1 | NewKernel11 |
20-
| No | [CFG11_CDMA_PERIPHERALS](#CFG11_CDMA_PERIPHERALS "wikilink") | 0x10140410 | 4 | NewKernel11 |
21-
| No | [CFG11_BOOTROM_OVERLAY_CNT](#CFG11_BOOTROM_OVERLAY_CNT "wikilink") | 0x10140420 | 1 | NewKernel11 |
22-
| No | [CFG11_BOOTROM_OVERLAY_VAL](#CFG11_BOOTROM_OVERLAY_VAL "wikilink") | 0x10140424 | 4 | NewKernel11 |
19+
| No | [CFG11_GPU_N3DS_CNT](#cfg11_gpu_n3ds_cnt "wikilink") | 0x10140400 | 1 | NewKernel11 |
20+
| No | [CFG11_CDMA_PERIPHERALS](#cfg11_cdma_peripherals "wikilink") | 0x10140410 | 4 | NewKernel11 |
21+
| No | [CFG11_BOOTROM_OVERLAY_CNT](#cfg11_bootrom_overlay_cnt "wikilink") | 0x10140420 | 1 | NewKernel11 |
22+
| No | [CFG11_BOOTROM_OVERLAY_VAL](#cfg11_bootrom_overlay_val "wikilink") | 0x10140424 | 4 | NewKernel11 |
2323
| No | ? | 0x10140428 | 4 | |
24-
| Yes | [CFG11_SOCINFO](#CFG11_SOCINFO "wikilink") | 0x10140FFC | 2 | Boot11, Kernel11 |
24+
| Yes | [CFG11_SOCINFO](#cfg11_socinfo "wikilink") | 0x10140FFC | 2 | Boot11, Kernel11 |
2525

2626
## CFG11_SHAREDWRAM_32K_CODE
2727

0 commit comments

Comments
 (0)