Skip to content

Commit

Permalink
This byte is written to, but not used
Browse files Browse the repository at this point in the history
it's written to in init_player_data.asm

```ld hl, wObtainedBadges
	ld [hli], a
	ld [hl], a```
  • Loading branch information
Vortyne authored Sep 25, 2024
1 parent d5ee4fd commit f84873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1743,7 +1743,7 @@ wOptions:: db

wObtainedBadges:: flag_array NUM_BADGES

ds 1
wUnusedObtainedBadges:: db ; written but not read

wLetterPrintingDelayFlags:: db

Expand Down

0 comments on commit f84873e

Please sign in to comment.