Skip to content

Commit

Permalink
LoadSpawnPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquegemignani committed Jan 17, 2025
1 parent febd8c2 commit b5661ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/G2ME01/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3449,7 +3449,7 @@ fn_800B8E9C = .text:0x800B8E9C; // type:function size:0x60 align:4
fn_800B8EFC = .text:0x800B8EFC; // type:function size:0x154 align:4
fn_800B9050 = .text:0x800B9050; // type:function size:0x14C align:4
fn_800B919C = .text:0x800B919C; // type:function size:0x78
fn_800B9214 = .text:0x800B9214; // type:function size:0xA4C align:4
LoadSpawnPoint__FR13CStateManagerR12CInputStreamRC11CEntityInfo = .text:0x800B9214; // type:function size:0xA4C align:4
fn_800B9C60 = .text:0x800B9C60; // type:function size:0x7C
fn_800B9CDC = .text:0x800B9CDC; // type:function size:0x40 align:4
AcceptScriptMsg__17CScriptSpawnPointFR13CStateManagerRC10CScriptMsg = .text:0x800B9D1C; // type:function size:0x294 align:4
Expand Down
4 changes: 4 additions & 0 deletions src/MetroidPrime/ScriptObjects/CScriptSpawnPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,7 @@ void CScriptSpawnPoint::AcceptScriptMsg(CStateManager& mgr, const CScriptMsg& ms
}
}
}

CEntity* LoadSpawnPoint(CStateManager& mgr, CInputStream& input, const CEntityInfo& info) {

}

0 comments on commit b5661ff

Please sign in to comment.