Preload BG rooms

This commit is contained in:
Ryan Dwyer
2022-11-05 23:14:53 +10:00
parent 607dd25b3d
commit c6b448331d
6 changed files with 38 additions and 243 deletions
+1
View File
@@ -102,5 +102,6 @@ s32 bg0f164e8c(struct coord *arg0, struct coord *arg1);
bool bgIsBboxOverlapping(struct coord *arg0, struct coord *arg1, struct coord *arg2, struct coord *arg3);
void portalFindBbox(s32 portalnum, struct coord *bbmin, struct coord *bbmax);
void bgFindEnteredRooms(struct coord *bbmin, struct coord *upper, s16 *rooms, s32 maxlen, bool arg4);
void bgPreload(void);
#endif