Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/common/scriptHelper.s
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ blueSnake_linkOrFortune:
jp showText

;;
; Checks for 1000 enemies ring, 1000 rupee ring, victory ring. Writes a value to var3b
; Checks for 1000 enemies ring, 10000 rupee ring, victory ring. Writes a value to var3b
; indicating the action to be taken, and a ring index to var3a if applicable.
vasu_checkEarnedSpecialRing:
ld a,GLOBALFLAG_1000_ENEMIES_KILLED
Expand Down