diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | arm9/CHANGES | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -3,5 +3,7 @@ Changes from V1.0 to V1.1 + Added external FAT file loading. - + Added Mazogs as a built-in tape (Paul Fearnley) - + Fixed bug where the ROM input routine locks up. + + Added Mazogs as a built-in tape (code courtesy of Paul Fearnley) + + Fixed bug where the ROM input routine could be easily locked up. + This was caused by a problem in the way I set up the LASTK system + variables from the house-keeping routine. diff --git a/arm9/CHANGES b/arm9/CHANGES index 5de4334..5e0f9ff 100644 --- a/arm9/CHANGES +++ b/arm9/CHANGES @@ -3,5 +3,7 @@ Changes from V1.0 to V1.1 + Added external FAT file loading. - + Added Mazogs as a built-in tape (Paul Fearnley) - + Fixed bug where the ROM input routine locks up. + + Added Mazogs as a built-in tape (code courtesy of Paul Fearnley) + + Fixed bug where the ROM input routine could be easily locked up. + This was caused by a problem in the way I set up the LASTK system + variables from the house-keeping routine. |