diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-12 03:54:35 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-17 23:14:14 -0500 |
commit | cf721879dd2d6f36b02e3ce92220fd95e9da7f45 (patch) | |
tree | 57aa80d52c781a316507bd78cb9e9ee85b17dcfa /src/pokenav_main.c | |
parent | 323df8ed407f22977053f9b672d661b00c9a63d3 (diff) |
Decompiled sub_81C7418
Diffstat (limited to 'src/pokenav_main.c')
-rw-r--r-- | src/pokenav_main.c | 6 |
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 |