Skip to content

Commit

Permalink
this is needed for a match on PSX
Browse files Browse the repository at this point in the history
  • Loading branch information
gamezter committed Nov 28, 2024
1 parent 3a0079e commit a83a98a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/st/no0/e_plate_lord.c
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,8 @@ void func_us_801D4FCC(void) {
s32 posY = g_CurrentEntity->posY.i.hi;
Primitive* prim = g_CurrentEntity->ext.prim;
s32 angle = g_CurrentEntity->ext.plateLordUnknown.unk84;

s8 pad[40];

for (i = 0; i < 0xA; i++) {
xOffset = (rsin(angle) * 8) >> 0xC;
yOffset = (rcos(angle) * 8) >> 0xC;
Expand Down

0 comments on commit a83a98a

Please sign in to comment.