mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Update save.c with recorded battle sector
This commit is contained in:
parent
9b1eb0b903
commit
eb6aed50e5
@ -27,7 +27,8 @@ extern bool8 gSoftResetDisabled;
|
|||||||
* Sectors 0 - 13: Save Slot 1
|
* Sectors 0 - 13: Save Slot 1
|
||||||
* Sectors 14 - 27: Save Slot 2
|
* Sectors 14 - 27: Save Slot 2
|
||||||
* Sectors 28 - 29: Hall of Fame
|
* Sectors 28 - 29: Hall of Fame
|
||||||
* Sectors 30 - 31: e-Reader battle tower data, maybe? (note: deprecated in Emerald US)
|
* Sector 30: e-Reader/Mystery Gift Stuff (note: e-Reader is deprecated in Emerald US)
|
||||||
|
* Sector 31: Recorded Battle
|
||||||
*
|
*
|
||||||
* There are two save slots for saving the player's game data. We alternate between
|
* There are two save slots for saving the player's game data. We alternate between
|
||||||
* them each time the game is saved, so that if the current save slot is corrupt,
|
* them each time the game is saved, so that if the current save slot is corrupt,
|
||||||
|
Loading…
Reference in New Issue
Block a user