diff options
| author | Idain <luiscarlosholguinperez@outlook.com> | 2022-03-24 01:05:35 -0400 |
|---|---|---|
| committer | Idain <luiscarlosholguinperez@outlook.com> | 2022-03-24 01:05:35 -0400 |
| commit | b39333eccc699a6f925b6c9be49c7f534024553a (patch) | |
| tree | 3324e633c60972056fa88801f23893c3418d4c3e | |
| parent | 44483ffc851cc92c22e1c0a81dfeb3a0e6f7d4b8 (diff) | |
Add missing diff
| -rw-r--r-- | Add-a-new-Pokémon.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-Pokémon.md b/Add-a-new-Pokémon.md index 46879a3..5c09ba7 100644 --- a/Add-a-new-Pokémon.md +++ b/Add-a-new-Pokémon.md @@ -699,7 +699,7 @@ There's a table designed to convert Pokémon indices when transferring Pokémon You'll find it in [data/pokemon/gen1_order.asm](../blob/master/data/pokemon/gen1_order.asm), so let's add a new entry: -``` +```diff Pokered_MonIndices: table_width 1, Pokered_MonIndices db RHYDON |
