summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winwood <twwinwood@gmail.com>2020-04-30 07:29:10 +0100
committerThomas Winwood <twwinwood@gmail.com>2020-04-30 07:29:10 +0100
commit369056a9bf4a5a74f0a28cb5f38a1e0bc3063220 (patch)
treeaac0e6e060ab738286d2d684fb467f07e3e31089
parent6d2ae1df0ae41120caafcbaab45b8d681c571687 (diff)
Updated Useful unused data and routines (markdown)
-rw-r--r--Useful-unused-data-and-routines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Useful-unused-data-and-routines.md b/Useful-unused-data-and-routines.md
index d9c3997..3ac5a85 100644
--- a/Useful-unused-data-and-routines.md
+++ b/Useful-unused-data-and-routines.md
@@ -57,7 +57,7 @@ The actual color can be changed in [gfx/overworld/npc_sprites.pal](../blob/maste
From [constants/map_data_constants.asm](../blob/master/constants/map_data_constants.asm):
-- `ENVIRONMENT_5`: An environment that seems neither outdoors nor indoors. You can't use Fly, Teleport, Dig, Escape Rope, or the Bicycle; and its colors change with the time of day, but unlike `TOWN` and `ROUTE` maps, they don't use the special outdoor water colors.
+- `ENVIRONMENT_5`: An environment that seems neither outdoors nor indoors. You can't use Fly, Teleport, Dig, Escape Rope, or the Bicycle; and its colors change with the time of day, but unlike `TOWN` and `ROUTE` maps, they don't use the special outdoor water colors. Gamefreak's source code calls it `pimg_SHIP`, suggesting it was intended for the deck of the S.S. Anne or Aqua.
Use it in [data/maps/maps.asm](../blob/master/data/maps/maps.asm).