Skip to content

Commit

Permalink
update F5 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1995 committed Aug 14, 2018
1 parent 65131f2 commit 2e32f7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified TrainerRelease/d3d9.dll
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/jordan-plot.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shotchart-solution/HackBase/memoryaccess_afterkeydown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void UpdateDMA_afterKeyDown(HANDLE pHandle_r, HANDLE pHandle_w, SaveData *mSaveD
int tov = 0;
int plm = 0;
if (record_mode == 2) { // for shootaround mode only record 0 data
mSaveData->SaveDataFileFooter(min, pts, fga, fgm, pa3, pm3, fta, ftm, freb, breb, ast, stl, blk, tov, plm, NULL, NULL);
mSaveData->SaveDataFileFooter(min, pts, fga, fgm, pa3, pm3, fta, ftm, freb, breb, ast, stl, blk, tov, plm, mSaveData->home, mSaveData->away);
}
if (record_mode == 1) {
read_end_of_game_data(pHandle_r, min, pts, fga, fgm, pa3, pm3, fta, ftm, freb, breb, ast, stl, blk, tov, plm);
Expand Down

0 comments on commit 2e32f7f

Please sign in to comment.