diff options
-rw-r--r-- | Add-a-new-TM-or-HM.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-TM-or-HM.md b/Add-a-new-TM-or-HM.md index 079a257..c990512 100644 --- a/Add-a-new-TM-or-HM.md +++ b/Add-a-new-TM-or-HM.md @@ -327,7 +327,7 @@ Then edit [wram.asm](../blob/master/wram.asm): ``` Additionally, the label wBaseUnusedFrontpic is used once in [home/pokemon.asm], but this reference is safe to comment out or delete entirely as it is only used in the Spaceworld Demo for Pokemon Gold. -``` +```diff -; Beta front and back sprites -; (see pokegold-spaceworld's data/pokemon/base_stats/*) - ld hl, wBaseUnusedFrontpic |