summaryrefslogtreecommitdiff
path: root/src/pokenav_main.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-12 03:54:35 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-17 23:14:14 -0500
commitcf721879dd2d6f36b02e3ce92220fd95e9da7f45 (patch)
tree57aa80d52c781a316507bd78cb9e9ee85b17dcfa /src/pokenav_main.c
parent323df8ed407f22977053f9b672d661b00c9a63d3 (diff)
Decompiled sub_81C7418
Diffstat (limited to 'src/pokenav_main.c')
-rw-r--r--src/pokenav_main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pokenav_main.c b/src/pokenav_main.c
index b39ab7bb1..bd57d6e05 100644
--- a/src/pokenav_main.c
+++ b/src/pokenav_main.c
@@ -238,4 +238,10 @@ void sub_81C7400() {
AnimateSprites();
BuildOamBuffer();
UpdatePaletteFade();
+}
+
+void sub_81C7418() {
+ TransferPlttBuffer();
+ LoadOam();
+ ProcessSpriteCopyRequests();
} \ No newline at end of file