mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 21:35:11 +00:00
Match NTSC loose ends (#2004)
* Match NTSC loose ends * Add comment about giObjectSegment size
This commit is contained in:
parent
7fcbf3f4b2
commit
067d06bb56
5 changed files with 32 additions and 3 deletions
|
@ -168,7 +168,11 @@ void Play_SetupTransition(PlayState* this, s32 transitionType) {
|
|||
break;
|
||||
|
||||
default:
|
||||
#if OOT_NTSC
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2287);
|
||||
#else
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2290);
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue