summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-20 11:13:58 -0400
commitcdfeb638f40ffa0e3f5d437f7b1613f8313896ab (patch)
tree780b6fe27139a4214d7ed3419801b72863d950d9 /include/fieldmap.h
parentf8932775cd9cc52d3d86c6ef11648d5204e7582d (diff)
Document remaining routines in field_specials
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 4ac3a4712..d2eada760 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -28,7 +28,7 @@ bool32 CanCameraMoveInDirection(s32);
u32 GetBehaviorByMetatileIdAndMapLayout(const struct MapLayout *mapLayout, u16 metatile, u8 attr);
const struct MapHeader * mapconnection_get_mapheader(struct MapConnection * connection);
struct MapConnection * GetMapConnectionAtPos(s16 x, s16 y);
-void sub_8059948(u8 a0, u8 a1);
+void Fieldmap_ApplyGlobalTintToPaletteSlot(u8 slot, u8 count);
void save_serialize_map(void);
u32 GetMetatileAttributeFromRawMetatileBehavior(u32 original, u8 bit);