Create functionally equivalent C for handwritten portalConvertCoordinates

This commit is contained in:
Ryan Dwyer
2022-11-18 21:44:05 +10:00
parent 51442c4db1
commit 1c7dc246f5
11 changed files with 117 additions and 18 deletions
-9
View File
@@ -1,9 +0,0 @@
#ifndef _IN_GAME_GAME_165360_H
#define _IN_GAME_GAME_165360_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
s32 func0f165360(s32 portalnum, s32 *start, struct portalthing2 *things);
#endif
+9
View File
@@ -0,0 +1,9 @@
#ifndef _IN_GAME_PORTALCONV_H
#define _IN_GAME_PORTALCONV_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
s32 portalConvertCoordinates(s32 portalnum, s32 *start, struct portalthing2 *things);
#endif
+1 -1
View File
@@ -6357,7 +6357,7 @@ struct modelrwdatabinding {
struct portalthing2 {
struct coord coord;
u32 unk0c;
bool behind;
};
struct var800a6538 {