Big cast cleanup (#3076)

* Big cast cleanup

* fix for name conflict

* rename header

* rename cast macros

* fix rename mistake

---------

Co-authored-by: roeming <roeming@users.noreply.github.com>
This commit is contained in:
roeming
2026-02-20 05:48:29 -05:00
committed by GitHub
parent 979afc7c59
commit 07ef4b6d26
138 changed files with 516 additions and 470 deletions
+4 -4
View File
@@ -1402,19 +1402,19 @@ int daNpc_Aru_c::duck(int param_1) {
switch (field_0xfca) {
case 1:
sVar1 -= (s16) 0x1000;
ANGLE_SUB(sVar1, 0x1000);
break;
case 7:
sVar1 += (s16) 0x1000;
ANGLE_ADD(sVar1, 0x1000);
break;
case 2:
sVar1 -= (s16) 0x4000;
ANGLE_SUB(sVar1, 0x4000);
break;
case 6:
sVar1 += (s16) 0x4000;
ANGLE_ADD(sVar1, 0x4000);
break;
}