mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
Error on invalid OOT_REGION (#2444)
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
/* 0x3E */ REGION(JP)
|
||||
#elif OOT_REGION == REGION_EU
|
||||
/* 0x3E */ REGION(PAL)
|
||||
#else
|
||||
#error "Unknown OOT_REGION"
|
||||
#endif
|
||||
/* 0x3F */ GAME_REVISION(OOT_REVISION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user