naming work

This commit is contained in:
theo3
2022-01-03 23:58:02 -08:00
parent f26b2e286a
commit 52db70bb9d
212 changed files with 1762 additions and 1736 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ void GleerokProjectile_Init(Entity* this) {
iVar2 = sub_080041DC(this, gPlayerEntity.x.HALF.HI, gPlayerEntity.y.HALF.HI);
if (this->type == 1) {
uVar1 = Random() & 0x1ff;
if ((gScreenTransition.frameCount & 1U) == 0) {
if ((gRoomTransition.frameCount & 1U) == 0) {
iVar2 += uVar1;
} else {
iVar2 -= uVar1;
+1 -1
View File
@@ -53,7 +53,7 @@ void V1FireProjectile_Init(Entity* this) {
y = this->y.HALF.HI + data[1];
iVar2 = sub_080041DC(this, x, y);
rnd = Random() & 0x1ff;
if ((gScreenTransition.frameCount & 1U) != 0) {
if ((gRoomTransition.frameCount & 1U) != 0) {
iVar2 += rnd;
if (0x400 < iVar2) {