diff --git a/Core/sram.asm b/Core/sram.asm index c8f690a..40ccf99 100644 --- a/Core/sram.asm +++ b/Core/sram.asm @@ -2,7 +2,7 @@ ; Game state ; 0x00 - Very start; progress cannot be saved in this state ; 0x01 - Uncle reached -; 0x02 - Zelda rescued +; 0x02 - Farore intro over | Zelda rescued ; 0x03 - Agahnim defeated GameState = $7EF3C5 @@ -85,6 +85,10 @@ PrevScroll = $7EF39A ; d - done MagicBeanProg = $7EF39B +JournalState = $7EF39C + +; 7EF403 - 7EF4FD Unused block + ; .... .cpw ; c - courage ; p - power diff --git a/Overworld/time_system.asm b/Overworld/time_system.asm index a51369c..f7f91f6 100644 --- a/Overworld/time_system.asm +++ b/Overworld/time_system.asm @@ -378,7 +378,7 @@ ColorSubEffect: .no_blue_sign_change STA.l !BlueVal - ; Subtract amount to blue field based on a table + ; Subtract amount to green field based on a table LDA !SubPalColor : AND #$03E0 : STA !GreenVal SEC : SBC.l .green, X : STA.l !TempPalColor