Skip to content

Commit

Permalink
Merge pull request #7 from wagrenier/FixEuDebugExtractor
Browse files Browse the repository at this point in the history
Fix Eu Debug Extractor
  • Loading branch information
wagrenier authored Nov 4, 2023
2 parents a17c61c + 3a6a843 commit a120fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extractor/Zero2/Zero2Extractor.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inline static const std::map<ENUM_GAME_VERSION, AddressTable>
{ GAME_VERSION_PAL, {4491, 0x00286FF8, 0x493E0000}},
{GAME_VERSION_NTSCU, {4203, 0x002F90B8, 0x30D40000}},
{GAME_VERSION_NTSCJ, {4203, 0x002F85F8, 0x30D40000}},
{GAME_VERSION_DEBUG, {4491, 0x003EDEB8, 0x4A9B9000}},
{GAME_VERSION_DEBUG, {4491, 0x003EDEB8, 0x493E0000}},
{GAME_VERSION_PROTO, {3077, 0x00286FF8, 0x493E0000}}
};

Expand Down

0 comments on commit a120fbd

Please sign in to comment.