diff options
Diffstat (limited to 'engine/save.asm')
-rw-r--r-- | engine/save.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/save.asm b/engine/save.asm index 0feb9fd84..b46dd9277 100644 --- a/engine/save.asm +++ b/engine/save.asm @@ -18,7 +18,7 @@ SaveMenu: ; 14a1a .refused call ExitMenu - call Functiond90 + call ret_d90 callba SaveMenu_LoadEDTile scf ret @@ -217,7 +217,7 @@ SaveTheGame_yesorno: ; 14baf dec a call WriteBackup push af - call Functiond90 + call ret_d90 pop af and a ret |