diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-07 22:27:34 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-06-07 22:27:34 -0400 |
| commit | 829916b938bb5f84a3c8164c1367ee6e50b92996 (patch) | |
| tree | 9515f8088f7458dfe4e8de200f0c60ff37de7e07 | |
| parent | RGBDS syntax updates (#86) (diff) | |
| download | pokeyellow-829916b938bb5f84a3c8164c1367ee6e50b92996.tar.gz pokeyellow-829916b938bb5f84a3c8164c1367ee6e50b92996.tar.xz pokeyellow-829916b938bb5f84a3c8164c1367ee6e50b92996.zip | |
Mention WildDataPointers in map_constants.asm
| -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 ea05a54c..8d973c8e 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 |
