| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
it's written to in init_player_data.asm
```
ld hl, wObtainedBadges
ld [hli], a
ld [hl], a
```
|
| | |
|
| | |
|
| |
|
|
|
| |
* Identify more bit flags
* Space
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Also identify `wPPUpCountAndMaxPP`
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes #404
|
| |
|
|
| |
Fixes #430
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Use MEGA_PUNCH constant in explosion animation routine
* Add AnimationType constants and assert
---------
Co-authored-by: vulcandth <vulcandth@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* Update PokemonMansion1F.asm
* Name unnamed seafoam/mansion labels
|
| | |
|
| |
|
|
|
|
| |
Resolves #411
Co-Authored-By: SnDream <12762219+sndream@users.noreply.github.com>
|