Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This byte is written to, but not used #471

Merged
merged 4 commits into from
Sep 26, 2024
Merged

This byte is written to, but not used #471

merged 4 commits into from
Sep 26, 2024

Conversation

Vortyne
Copy link
Contributor

@Vortyne Vortyne commented Sep 25, 2024

it's written to in init_player_data.asm

ld hl, wObtainedBadges
	ld [hli], a
	ld [hl], a

it's written to in init_player_data.asm

```ld hl, wObtainedBadges
	ld [hli], a
	ld [hl], a```
ram/wram.asm Outdated Show resolved Hide resolved
@Rangi42 Rangi42 requested a review from dannye September 26, 2024 00:42
@dannye dannye merged commit af36156 into pret:master Sep 26, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Sep 26, 2024
it's written to in init_player_data.asm

```
	ld hl, wObtainedBadges
	ld [hli], a
	ld [hl], a
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants