mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-30 18:55:54 +00:00
[ntsc-1.0/1.1] Match line numbers in debug strings (#2255)
This commit is contained in:
parent
7dd8f2b6ad
commit
2048a65dd8
11 changed files with 86 additions and 28 deletions
|
@ -176,7 +176,11 @@ void Play_SetupTransition(PlayState* this, s32 transitionType) {
|
|||
break;
|
||||
|
||||
default:
|
||||
#if OOT_VERSION < PAL_1_1
|
||||
#if OOT_VERSION < NTSC_1_1
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2263);
|
||||
#elif OOT_VERSION < PAL_1_0
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2266);
|
||||
#elif OOT_VERSION < PAL_1_1
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2269);
|
||||
#elif OOT_VERSION < GC_JP
|
||||
HUNGUP_AND_CRASH("../z_play.c", 2272);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue