Skip to content

Commit

Permalink
port ExtractSaveGameInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Mar 10, 2021
1 parent 067d7fb commit 3ecefbb
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 31 deletions.
12 changes: 6 additions & 6 deletions docs/progress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 6 additions & 9 deletions docs/progress.txt
Original file line number Diff line number Diff line change
Expand Up @@ -806,25 +806,22 @@ RatControl 0x00433F50 0x000002A8 +
VoleControl 0x00434210 0x000002B5 +

# savegame.cpp
ReadSGPos ---------- ---------- -
ReadSGPos ---------- ---------- +
WriteSGPos ---------- ---------- +
ReadSGARM ---------- ---------- -
ReadSGLOT ---------- ---------- -
ReadSGLara ---------- ---------- -
ReadSGARM ---------- ---------- +
ReadSGLOT ---------- ---------- +
ReadSGLara ---------- ---------- +
WriteSGARM ---------- ---------- +
WriteSGLOT ---------- ---------- +
WriteSGLara ---------- ---------- +
LoadSaveGameInfo ---------- ---------- -
InitialiseStartInfo 0x004344D0 0x00000042 +
ModifyStartInfo 0x00434520 0x000000BF +
CreateStartInfo 0x004345E0 0x00000139 +
CreateSaveGameInfo 0x00434720 0x00000866 +
ExtractSaveGameInfo 0x00434F90 0x00000971 *
ExtractSaveGameInfo 0x00434F90 0x00000971 +
ResetSG ---------- ---------- +
WriteSG ---------- ---------- +
ReadSG ---------- ---------- -
ConfirmSave ---------- ---------- -
CompleteSave ---------- ---------- -
ReadSG ---------- ---------- +

# ???
S_DrawSprite 0x00435910 0x0000025E -
Expand Down
6 changes: 0 additions & 6 deletions src/game/moveblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ typedef enum {
MBS_PULL = 3,
} MOVABLE_BLOCK_STATE;

typedef enum {
RBS_START = 0,
RBS_END = 1,
RBS_MOVING = 2,
} ROLLING_BLOCK_STATE;

static int16_t MovingBlockBounds[12] = {
-300,
+300,
Expand Down
Loading

0 comments on commit 3ecefbb

Please sign in to comment.