Started work on pushable boxes (#32)

* Started work on pushable boxes

* Minor fixes

* Fix inlines

* Comment GetHomeRoomNo
This commit is contained in:
LagoLunatic
2023-09-14 18:42:57 -04:00
committed by GitHub
parent b0eb3c4f2b
commit c754cf4e2a
11 changed files with 936 additions and 687 deletions
+3 -3
View File
@@ -3,16 +3,16 @@
// Translation Unit: d_path.cpp
//
#include "d_path.h"
#include "d/d_path.h"
#include "dolphin/types.h"
/* 80080018-8008010C .text dPath_GetPnt__FP5dPathi */
void dPath_GetPnt(dPath*, int) {
dPath__Point* dPath_GetPnt(dPath*, int) {
/* Nonmatching */
}
/* 8008010C-80080218 .text dPath_GetRoomPath__Fii */
void dPath_GetRoomPath(int, int) {
dPath* dPath_GetRoomPath(int, int) {
/* Nonmatching */
}