From a96a4d67a03c5c7b784f4a540a8fd76f9fae63e3 Mon Sep 17 00:00:00 2001 From: Hiram Anderson <37224753+hjk321@users.noreply.github.com> Date: Tue, 6 Apr 2021 18:21:40 -0500 Subject: Updated Extra save space with two lines of code (markdown) --- Extra-save-space-with-two-lines-of-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extra-save-space-with-two-lines-of-code.md b/Extra-save-space-with-two-lines-of-code.md index 4ae99bd..a344d3f 100644 --- a/Extra-save-space-with-two-lines-of-code.md +++ b/Extra-save-space-with-two-lines-of-code.md @@ -43,5 +43,5 @@ So, we have the `data` array which is the game data itself. Everything else is t All this two line fix is doing is taking the unused bytes from the footer and writing game data to it instead. 116 bytes is not a huge amount, but remember that these bytes are being saved in *all 32 sectors*, which adds up to a combined 3.6 kilobytes of extra space. Not too shabby! -*** -Tutorial by [GHG](https://github.com/great-hacking-group) \ No newline at end of file +*** +Created by [GHG](https://github.com/great-hacking-group). View this tutorial as a mergeable branch [here](https://github.com/great-hacking-group/pokeemerald/tree/save-sector-expansion). \ No newline at end of file -- cgit v1.2.3