Skip to content

Commit f74b61f

Browse files
Fix formatting of payload details section
1 parent aaf1e74 commit f74b61f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

_posts/2023-09-23-Pokemon-GEN-I-and-II-Link-Cable-Protocol.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,9 +1218,8 @@ The games solve this issue by **logically splitting the payload in 2, and then s
12181218
<br> <br>
12191219

12201220

1221-
<div align="center" markdown="1">
1222-
<details markdown="1">
1223-
<summary><b>Here's a complete payload, byte values represent their corresponding offset:</b></summary>
1221+
<div align="center">
1222+
<details><summary><b>Here's a complete payload, byte values represent their corresponding offset:</b></summary>
12241223

12251224
<br>
12261225

@@ -1230,7 +1229,7 @@ The games solve this issue by **logically splitting the payload in 2, and then s
12301229

12311230

12321231

1233-
````
1232+
<pre><code>
12341233

12351234
Note: **||** Separates stage 1 and 2. Bytes marked as **XX** are unpatchable.
12361235

@@ -1487,7 +1486,7 @@ Note: **||** Separates stage 1 and 2. Bytes marked as **XX** are unpatchable.
14871486

14881487
0x91, 0x92, 0x93 # Owned Pokemon Bytes (Patchable?)
14891488

1490-
````
1489+
</code></pre>
14911490

14921491
</div>
14931492
</details>

0 commit comments

Comments
 (0)