Decompile bgFindRoomsByPos

This commit is contained in:
Ryan Dwyer
2022-04-06 20:40:34 +10:00
parent 8a297414cb
commit 790ec49ffb
7 changed files with 186 additions and 328 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ bool roomContainsCoord(struct coord *pos, s16 roomnum);
bool func0f161c08(struct coord *arg0, s16 roomnum);
bool func0f161d30(struct coord *arg0, s16 roomnum);
bool func0f162128(struct coord *arg0, s16 roomnum);
void func0f162194(struct coord *pos, s16 *rooms1, s16 *rooms2, s32 len, s16 *arg4);
void bgFindRoomsByPos(struct coord *pos, s16 *inrooms, s16 *aboverooms, s32 max, s16 *bestroom);
bool portalPushValue(bool value);
bool portalPopValue(void);
bool portalGetNthValueFromEnd(s32 offset);