update comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user