mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-05 03:34:20 +00:00
Error on invalid OOT_REGION (#2444)
This commit is contained in:
parent
cd21783a44
commit
bb55be60fe
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue