summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-14 11:55:58 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-17 23:14:14 -0500
commitd41c597f901383944dbb6689be08beeeb859b9cd (patch)
tree28a7942d72a5322288a525d93fe7875f34fbdfae /src
parentf95eebf47a9fd235f722104d727b0b9da9af4474 (diff)
Decompiled sub_81C7990
Diffstat (limited to 'src')
-rw-r--r--src/pokenav_main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pokenav_main.c b/src/pokenav_main.c
index 3e77ba686..67d812912 100644
--- a/src/pokenav_main.c
+++ b/src/pokenav_main.c
@@ -622,4 +622,8 @@ void sub_81C795C(struct PaletteDescriptor *palettes) {
CopyPaletteIntoBufferUnfaded(current->palette, index, 0x20);
}
}
-} \ No newline at end of file
+}
+
+void sub_81C7990(u32 a0, u16 a1) {
+ CpuFill16(a1, gPlttBufferFaded + 0x100 + (a0 * 16), 16 * sizeof(u16));
+}