Level cleared transition: placeholder screen, update wCoins with wCurLevelCoins, advance time of day (#35)

This commit is contained in:
xCrystal
2024-01-16 18:08:19 +01:00
parent 20e7791a83
commit f6320585bf
8 changed files with 103 additions and 3 deletions

View File

@@ -116,6 +116,11 @@
- **wDisabledSpacesBackups**: preserved on save to **sDisabledSpacesBackups**.
- **wMapObjectsBackups**: preserved on save to **sMapObjectsBackups**.
- Other WRAM 0 addresses (not preserved on save):
- **wText2bpp**
- **wWhichHUD**
- **wExitOverworldReason**
### Overworld workflow
1) ``OverworldLoop`` is called from ``GameMenu_WorldMap`` with either ``hMapEntryMethod`` = ``MAPSETUP_ENTERLEVEL`` or ``hMapEntryMethod`` = ``MAPSETUP_CONTINUE``.