mirror of
https://github.com/zeldaret/tp
synced 2026-06-21 00:31:25 -04:00
moved strings + decompile simple store functions
This commit is contained in:
@@ -22,6 +22,11 @@ struct Z2SoundObjSimple {
|
||||
/* 802BE844 */ Z2SoundObjSimple();
|
||||
};
|
||||
|
||||
template <typename A0>
|
||||
struct JSULink {};
|
||||
/* JSULink<Z2CreatureEnemy> */
|
||||
struct JSULink__template2 {};
|
||||
|
||||
struct JAISoundID {};
|
||||
|
||||
struct Vec {};
|
||||
@@ -43,11 +48,6 @@ struct Z2CreatureEnemy {
|
||||
/* 802C1B90 */ void setEnemyName(char const*);
|
||||
};
|
||||
|
||||
template <typename A0>
|
||||
struct JSULink {};
|
||||
/* JSULink<Z2CreatureEnemy> */
|
||||
struct JSULink__template2 {};
|
||||
|
||||
struct Z2SoundObjMgr {
|
||||
/* 802C0074 */ void getEnemyID(char const*, JSULink<Z2CreatureEnemy>*);
|
||||
/* 802C0190 */ void removeEnemy(JSULink<Z2CreatureEnemy>*);
|
||||
@@ -1470,5 +1470,5 @@ asm void __sinit_Z2Creature_cpp() {
|
||||
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
SECTION_CTORS void* const _ctors_802C3040 = (void*)__sinit_Z2Creature_cpp;
|
||||
REGISTER_CTORS(0x802C3040, __sinit_Z2Creature_cpp);
|
||||
#pragma pop
|
||||
|
||||
Reference in New Issue
Block a user