mirror of
https://github.com/zeldaret/tmc
synced 2026-08-15 12:59:16 -04:00
naming
This commit is contained in:
+2
-2
@@ -63,7 +63,7 @@ void nullsub_110(void) {
|
||||
|
||||
void sub_080663D4(Entity* this) {
|
||||
if (this->x.HALF.HI == this->field_0x7c.HALF_U.HI - 8) {
|
||||
if (gPlayerEntity.action != PLAYER_080720DC) {
|
||||
if (gPlayerEntity.action != PLAYER_ROOM_EXIT) {
|
||||
this->action = 4;
|
||||
this->direction = 0;
|
||||
this->speed = 0;
|
||||
@@ -94,7 +94,7 @@ void sub_0806643C(Entity* this) {
|
||||
}
|
||||
|
||||
void sub_08066474(void) {
|
||||
if (gPlayerEntity.action != PLAYER_080720DC) {
|
||||
if (gPlayerEntity.action != PLAYER_ROOM_EXIT) {
|
||||
gPauseMenuOptions.disabled = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user