mirror of
https://github.com/zeldaret/ph
synced 2026-06-21 15:56:55 -04:00
Decomp ItemManager::GetUnk_098
This commit is contained in:
@@ -3,15 +3,6 @@
|
||||
|
||||
.text
|
||||
|
||||
.global _ZNK11ItemManager10GetUnk_098Ej
|
||||
thumb_func_start _ZNK11ItemManager10GetUnk_098Ej
|
||||
_ZNK11ItemManager10GetUnk_098Ej: ; 0x020ad930
|
||||
add r0, r0, r1
|
||||
add r0, #0x98
|
||||
ldrb r0, [r0]
|
||||
bx lr
|
||||
thumb_func_end _ZNK11ItemManager10GetUnk_098Ej
|
||||
|
||||
.global _ZNK11ItemManager10GetUnk_09eEj
|
||||
thumb_func_start _ZNK11ItemManager10GetUnk_09eEj
|
||||
_ZNK11ItemManager10GetUnk_09eEj: ; 0x020ad938
|
||||
|
||||
@@ -297,3 +297,7 @@ THUMB void ItemManager::SetTreasureCount(Treasure treasure, s8 count) {
|
||||
if (count > 99) count = 99;
|
||||
this->mTreasure[treasure] = count;
|
||||
}
|
||||
|
||||
THUMB u8 ItemManager::GetUnk_098(u32 index) const {
|
||||
return this->mUnk_098[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user