Make hex number case more consistent (#83)

* consistent hex in vfunc names

* consistent hex in code

* Actor_c4 -> Actor_C4, Actor_9c -> Actor_9C
This commit is contained in:
Yanis
2026-06-17 22:34:56 +02:00
committed by GitHub
parent 453db24d41
commit 8490ce55c3
525 changed files with 2005 additions and 2005 deletions
@@ -253,7 +253,7 @@ ARM bool MapObjectChestBase::vfunc_44() {
ARM void MapObjectChestBase::func_ov031_02103f48() {
VecFx32 local_10;
VecFx32_Init(this->mPos.x, this->mPos.y + 0x800, this->mPos.z, &local_10);
data_027e0cec->func_ov000_0209feac(0x81f, &local_10, 4, 0, 0);
data_027e0cec->func_ov000_0209feac(0x81F, &local_10, 4, 0, 0);
}
ARM void MapObjectChestBase::vfunc_4C() {