update comments

This commit is contained in:
scawful
2025-06-24 18:15:40 -04:00
parent 8e619ee5e6
commit cbe2f2b8c9
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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