1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-05 11:44:31 +00:00

Error on invalid OOT_REGION (#2444)

This commit is contained in:
cadmic 2025-01-26 14:08:13 -08:00 committed by GitHub
parent cd21783a44
commit bb55be60fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)