diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-04-13 12:22:38 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-04-13 12:22:38 -0400 |
commit | e464a87fd9eb6bec712f3c155944706f0f6d0d94 (patch) | |
tree | 0bd12d390996fb7261c871c0a4b642140841c918 | |
parent | d4815bc7cb93e1af5828c0d195d91d822fb1c0b2 (diff) |
typo
-rw-r--r-- | Useful-unused-data-and-routines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Useful-unused-data-and-routines.md b/Useful-unused-data-and-routines.md index b233d1b..eed7b1e 100644 --- a/Useful-unused-data-and-routines.md +++ b/Useful-unused-data-and-routines.md @@ -49,7 +49,7 @@ From [constants/sprite_data_constants.asm](../blob/master/constants/sprite_data_ - `PAL_NPC_PINK`: A counterpart to the other `PAL_NPC_*` constants. Pink looks very similar to red. -The actual color can be changed oin [gfx/overworld/npc_sprites.pal](../blob/master/gfx/overworld/npc_sprites.pal). +The actual color can be changed in [gfx/overworld/npc_sprites.pal](../blob/master/gfx/overworld/npc_sprites.pal). ## Map environment for outdoor dungeons |