mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-20 05:36:41 -04:00
jpn-final: Make it build
This commit is contained in:
@@ -76,7 +76,11 @@
|
||||
* increased.
|
||||
*/
|
||||
|
||||
#if VERSION >= VERSION_PAL_BETA
|
||||
#if VERSION >= VERSION_JPN_FINAL
|
||||
#define ROMALLOCATION_LIB 0x038800
|
||||
#define ROMALLOCATION_DATA 0x015000
|
||||
#define ROMALLOCATION_GAME 0x1296f0
|
||||
#elif VERSION >= VERSION_PAL_BETA
|
||||
#define ROMALLOCATION_LIB 0x038800
|
||||
#define ROMALLOCATION_DATA 0x015000
|
||||
#define ROMALLOCATION_GAME 0x1306f0
|
||||
|
||||
+220
-220
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@ u32 __osFinalRom;
|
||||
|
||||
OSTime osClockRate = 62500000;
|
||||
|
||||
#if !PAL
|
||||
#if VERSION < VERSION_PAL_BETA
|
||||
s32 osViClock = VI_NTSC_CLOCK;
|
||||
#endif
|
||||
|
||||
|
||||
+1
-1
@@ -455,7 +455,7 @@ class Extractor:
|
||||
'files': [0x29160, 0x28080, 0x28080, 0x29b90, 0x28910, 0x28800, ],
|
||||
'data': [0x30850, 0x39850, 0x39850, 0x39850, 0x39850, 0x39850, ],
|
||||
'game': [0x43c40, 0x4fc40, 0x4fc40, 0x4fc40, 0x4fc40, 0x4fc40, ],
|
||||
'garbage': [0x148c40, 0x194b20, 0x194b20, 0x180330, 0x180330, 0x0, ],
|
||||
'garbage': [0x148c40, 0x194b20, 0x194b20, 0x180330, 0x180330, 0x179330, ],
|
||||
'animations': [0x155dc0, 0x1a15c0, 0x1a15c0, 0x18cdc0, 0x18cdc0, 0x190c50, ],
|
||||
'mpconfigs': [0x785130, 0x7d0a40, 0x7d0a40, 0x7bc240, 0x7bc240, 0x7c00d0, ],
|
||||
'firingrange': [0x79e410, 0x7e9d20, 0x7e9d20, 0x7d5520, 0x7d5520, 0x7d93b0, ],
|
||||
|
||||
Reference in New Issue
Block a user