| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
|
| | |
|
| |
|
|
|
|
|
|
|
| |
it's written to in init_player_data.asm
```
ld hl, wObtainedBadges
ld [hli], a
ld [hl], a
```
|
| | |
|
| |
|
|
|
| |
* Identify more bit flags
* Space
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
|
| | |
|
| | |
|
| |
|
| |
New MACRO and DEF syntax
|
| | |
|
| |
|
|
| |
Fixes #319
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
like the starters)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
by rgbds 0.4.0)
|
| |
|
|
| |
To do: turn constants into labels and use ldh
|
| | |
|
| |
|
|
| |
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
|