diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-07 22:27:30 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-07 22:27:30 -0400 |
| commit | 6c945a6b6a0d21ba4bf0c2977bb44d2482dffcb8 (patch) | |
| tree | 2732ceb4129aeb0a9240a6d843ceec05ed27e258 /constants | |
| parent | RGBDS syntax updates (#358) (diff) | |
| download | pokeyellow-6c945a6b6a0d21ba4bf0c2977bb44d2482dffcb8.tar.gz pokeyellow-6c945a6b6a0d21ba4bf0c2977bb44d2482dffcb8.tar.xz pokeyellow-6c945a6b6a0d21ba4bf0c2977bb44d2482dffcb8.zip | |
Mention WildDataPointers in map_constants.asm
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/map_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 86e18e62..48b25461 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -12,6 +12,7 @@ ENDM ; - MapHSPointers (see data/maps/hide_show_data.asm) ; - MapSpriteSets (see data/maps/sprite_sets.asm) ; - ExternalMapEntries (see data/maps/town_map_entries.asm) +; - WildDataPointers (see data/wild/grass_water.asm) ; Each map also has associated data in maps.asm. ; Order: towns/cities, then routes, then indoor/dungeon maps const_def |
