mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 14:15:10 -04:00
Merge remote-tracking branch 'upstream/master' into m
This commit is contained in:
@@ -267,7 +267,7 @@ void sub_08028CE8(Entity* this) {
|
||||
this->actionDelay = 4;
|
||||
this->field_0x80.HALF.HI = 0;
|
||||
sub_080290E0(this, 3);
|
||||
#if defined(USA) || defined(DEMO)
|
||||
#if defined(USA) || defined(DEMO_USA)
|
||||
SetLocalFlag(0x87);
|
||||
#endif
|
||||
return;
|
||||
|
||||
@@ -546,7 +546,7 @@ void sub_08042C34(Entity* this) {
|
||||
if ((gRoomControls.roomOriginY + 0x20) > y) {
|
||||
y = gRoomControls.roomOriginY + 0x20;
|
||||
}
|
||||
#if defined EU || defined JP
|
||||
#if defined EU || defined JP || defined DEMO_JP
|
||||
if (gRoomControls.roomOriginY + gRoomControls.height + -0x20 < y) {
|
||||
y = gRoomControls.roomOriginY + gRoomControls.height + -0x20;
|
||||
}
|
||||
|
||||
@@ -997,7 +997,7 @@ void sub_0804235C(Entity* this) {
|
||||
InitializeAnimation(((VaatiWrathHeapStruct*)this->myHeap)->type3, 0x1b);
|
||||
}
|
||||
|
||||
#if defined USA || defined DEMO
|
||||
#if defined USA || defined DEMO_USA || defined DEMO_JP
|
||||
void VaatiWrathType0PreAction(Entity* this) {
|
||||
int temp;
|
||||
if ((gScreenTransition.field_0x38 & 2) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user