Skip to content

Commit 571dfb5

Browse files
authored
Fix mangled links to old/new licensee sections
1 parent 0fbd0ec commit 571dfb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/The_Cartridge_Header.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Help is welcome!
6868
## 0144-0145 — New licensee code
6969

7070
This area contains a two-character ASCII "licensee code" indicating the game's publisher.
71-
It is only meaningful if the [Old licensee<#014B — Old licensee is exactly `$33` (which is the case for essentially all games made after the SGB was released); otherwise, the old code must be considered.
71+
It is only meaningful if the [Old licensee](<#014B — Old licensee code>) is exactly `$33` (which is the case for essentially all games made after the SGB was released); otherwise, the old code must be considered.
7272

7373
Sample licensee codes:
7474

@@ -244,10 +244,10 @@ Code | Destination
244244
## 014B — Old licensee code
245245

246246
This byte is used in older (pre-SGB) cartridges to specify the game's publisher.
247-
However, the value `$33` indicates that the [New licensee<#0144-0145 — New licensee must be considered instead.
247+
However, the value `$33` indicates that the [New licensee codes](<#01440145 — New licensee code>) must be considered instead.
248248
(The SGB will ignore any [command packets](<#Command Packet Transfers>) unless this value is `$33`.)
249249

250-
Here is a list of known Old licensee([source](https://raw.githubusercontent.com/gb-archive/salvage/master/txt-files/gbrom.txt)).
250+
Here is a list of known Old licensee codes ([source](https://raw.githubusercontent.com/gb-archive/salvage/master/txt-files/gbrom.txt)).
251251

252252
HEX | Licensee
253253
------|------------
@@ -271,7 +271,7 @@ HEX | Licensee
271271
30 | Infogrames
272272
31 | Nintendo
273273
32 | Bandai
274-
33 | Indicates that the [New licensee<#0144-0145 - New licensee should be used instead.
274+
33 | Indicates that the [New licensee code](<#01440145 New licensee code>) should be used instead.
275275
34 | Konami
276276
35 | HectorSoft
277277
38 | Capcom

0 commit comments

Comments
 (0)