mirror of
https://github.com/zeldaret/tp
synced 2026-07-25 22:30:45 -04:00
Fixed _savegpr etc. (#54)
* renamed func_XXX to _savegpr_XX * renamed func_XXX to _restgpr_XX * renamed func_XXX to _savefpr_XX * renamed func_XXX to _restfpr_XX * cleanup functions.h and moved intrisics to mwcc.h * formatting * cleanup functions.h * fix bad-formatting from master Co-authored-by: Julgodis <>
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
dStage_roomControl_c& getRoomControl() { return room_control; }
|
||||
item_func& getGiveItem() { return give_item; }
|
||||
u8& getUnkHeart() { return unk_heart; }
|
||||
|
||||
private:
|
||||
/* 0x00000 */ dBgS dbgs;
|
||||
/* 0x0143C */ dCcS dccs;
|
||||
@@ -165,7 +166,8 @@ extern dComIfG_inf_c g_dComIfG_gameInfo;
|
||||
// }
|
||||
|
||||
// void dComIfGs_setItem(int item_slot, u8 item_id) {
|
||||
// g_dComIfG_gameInfo.info.getSaveFile().getPlayer().getPlayerItem().setItem(item_slot, item_id);
|
||||
// g_dComIfG_gameInfo.info.getSaveFile().getPlayer().getPlayerItem().setItem(item_slot,
|
||||
// item_id);
|
||||
// }
|
||||
|
||||
// u16 dComIfGs_getOil(void) {
|
||||
|
||||
Reference in New Issue
Block a user