summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-04 23:26:51 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-04 23:26:51 -0500
commit907492fd6e724d8dc2e5d2eff372be85e6f0d30c (patch)
tree9a333e83bd19a96707e33b81d5f12899f154fb00 /include
parentcae63cf1c79ed243827e8a9149c1aa652f80d374 (diff)
Split rom asm file in half
The first half is ui/menu stuff, while the second half is link-related stuff.
Diffstat (limited to 'include')
-rw-r--r--include/pokenav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index e6fa5f40d..849c9bf16 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -28,7 +28,7 @@ void InitMoveRelearnerWindows(bool8 useContextWindow);
bool8 EventObjectIsFarawayIslandMew(struct EventObject *);
u32 sub_81D427C(void);
void sub_81D4998(void);
-void sub_81D3640(u16 arg0, void* statStoreLocation1, void* statStoreLocation2, u8 arg3, u8 arg4, u8 arg5);
-void sub_81D3784(u16 arg0, void* statStoreLocation1, u8 arg2, u8 arg3, u8 arg4);
+void DrawLevelUpWindowPg1(u16 arg0, void* statStoreLocation1, void* statStoreLocation2, u8 arg3, u8 arg4, u8 arg5);
+void DrawLevelUpWindowPg2(u16 arg0, void* statStoreLocation1, u8 arg2, u8 arg3, u8 arg4);
#endif //GUARD_POKENAV_H