Skip to content

Commit

Permalink
Corrected types for Act related variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Dec 23, 2015
1 parent 5adb883 commit 6aabcf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SADXModLoader/include/SADXModLoader/SADXVariables.h
Expand Up @@ -36,11 +36,11 @@ DataPointer(char, LastStoryFlag, 0x3B18DB4);
DataPointer(char, MetalSonicFlag, 0x3B18DB5);
DataPointer(short, CurrentCharacter, 0x3B22DC0);
DataPointer(short, CurrentLevel, 0x3B22DCC);
DataPointer(char, CurrentAct, 0x3B22DEC);
DataPointer(short, CurrentAct, 0x3B22DEC);
DataPointer(short, LastLevel, 0x03B22DD8);
DataPointer(char, LastAct, 0x03B22DD4);
DataPointer(short, LastAct, 0x03B22DD4);
DataPointer(short, NextLevel, 0x03B22DF0);
DataPointer(char, NextAct, 0x03B22E18);
DataPointer(short, NextAct, 0x03B22E18);
DataPointer(short, ObjectPlacementDebug, 0x3B29D08);
DataPointer(RestartData, RestartLevel, 0x3B42F80);
DataArray(ObjectMaster*, PlayerPtrs, 0x03b42e10, 8);
Expand Down

0 comments on commit 6aabcf1

Please sign in to comment.