diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-02-07 00:55:50 -0500 |
commit | c28d691ff2821adcf43600a308d523fd609e12e2 (patch) | |
tree | 5cfe618a442bb4a67b4aaef0c7f2c27d4bd3eedb /include/overworld.h | |
parent | 19b0a0f3e05c73b84e5afaffb83080474774e918 (diff) | |
parent | 6eaadfc62e89a25c2de674aebf69f077c491580f (diff) |
Merge branch 'master' into fix_nonmatching
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index 0954f1b63..50089593f 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -235,4 +235,6 @@ void CreateLinkPlayerSprite(u8); void SpriteCB_LinkPlayer(struct Sprite *); void sub_805465C(void); +void CB2_InitTestMenu(void); + #endif // GUARD_ROM4_H |