summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2023-12-08 19:57:31 +0100
committerGitHub <noreply@github.com>2023-12-08 11:57:31 -0700
commit268c1f8c95fe092125fce01a339d5aae4776f1c0 (patch)
tree5e74ae9d6f932f7012f917d663bfbcb43f8fe18c /src/code
parente36e3d9d945570adc94cb3ca0200772687b14801 (diff)
train_window OK (#123)
* train_window OK * review
Diffstat (limited to 'src/code')
-rw-r--r--src/code/m_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_scene.c b/src/code/m_scene.c
index 21b2f5c..2616ef9 100644
--- a/src/code/m_scene.c
+++ b/src/code/m_scene.c
@@ -362,5 +362,5 @@ void return_emu_game(Game* game) {
common_data.unk_10754 = common_data.unk_107A0 + 1;
game->unk_74 = 0;
game_goto_next_game_play(game);
- common_data.unk_00014 = common_data.unk_107A0;
+ common_data.sceneNo = common_data.unk_107A0;
}