Skip to content

Commit eb6aed5

Browse files
Update save.c with recorded battle sector
1 parent 9b1eb0b commit eb6aed5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/save.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ extern bool8 gSoftResetDisabled;
2727
* Sectors 0 - 13: Save Slot 1
2828
* Sectors 14 - 27: Save Slot 2
2929
* Sectors 28 - 29: Hall of Fame
30-
* Sectors 30 - 31: e-Reader battle tower data, maybe? (note: deprecated in Emerald US)
30+
* Sector 30: e-Reader/Mystery Gift Stuff (note: e-Reader is deprecated in Emerald US)
31+
* Sector 31: Recorded Battle
3132
*
3233
* There are two save slots for saving the player's game data. We alternate between
3334
* them each time the game is saved, so that if the current save slot is corrupt,

0 commit comments

Comments
 (0)