Commit Graph

3493 Commits

Author SHA1 Message Date
TiKevin83
6e94bc3d76
Fix comments around battle evolution code (#120)
Some checks failed
CI / build (push) Has been cancelled
the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this.
2024-11-17 22:03:46 -06:00
dannye
d8f23989b8 Fix the .wave5 comment for yellow sfx data
Some checks failed
CI / build (push) Has been cancelled
2024-10-09 22:22:44 -05:00
dannye
942c5f13ea Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
Rangi42
4bfe18f9d7 Renamed pokemon-asm-tools to gb-asm-tools 2024-10-09 09:19:27 -04:00
Rangi42
49c5198d10 Tools depend on common.h by default 2024-10-07 21:14:37 -04:00
Rangi42
b52b44f883 Remove independent tools and link to pokemon-asm-tools 2024-10-07 16:48:18 -04:00
Sylvie
835577193e
Comment wave5 garbage data (#474)
Also mention songs that use which wave5 data
2024-10-07 12:04:31 -04:00
Sylvie
a6715ef164
Rewrite transpose_tiles to be in-place (#475) 2024-10-07 12:04:01 -04:00
Sylvie
a8f26148e3
Consistently format WRAM values (#476)
* Use `db` instead of `ds 1`

* Use a `UNION` for overlapping `db`/`dw`
2024-10-07 12:03:48 -04:00
Vortyne
678d014aef
FreezeEnemyTrainerSprite -> SetEnemyTrainerToStayAndFaceAnyDirection 2024-10-07 12:03:26 -04:00
Vortyne
1aa3fb24ec
dbsprite is the wrong macro for WriteOAMBlock data (#472) 2024-09-29 18:54:41 -04:00
dannye
716f8608c1 Rename off-by-one wram labels
Some checks failed
CI / build (push) Has been cancelled
2024-09-29 10:50:46 -05:00
Sylvie
7d9858fec4
Identify more bit flags (#119)
* Identify more bit flags

* Bit serves dual use in debug mode
2024-09-29 10:24:35 -05:00
Sylvie
9a2f1b2170
Implement .pic to .2bpp decompression (#470) 2024-09-26 00:45:11 -04:00
Vortyne
af36156a5b
This byte is written to, but not used (#471)
it's written to in init_player_data.asm

```
	ld hl, wObtainedBadges
	ld [hli], a
	ld [hl], a
```
2024-09-25 22:02:15 -05:00
dannye
a02a98ee7a Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00
Rangi42
d5ee4fd652 Use const_skip 2024-09-24 11:41:14 -04:00
Sylvie
635b9c4cab
Identify wCurrentMapScriptFlags bits (#467) 2024-09-24 11:39:44 -04:00
Sylvie
6ae63a8cea
Identify hardware register bits (#469) 2024-09-24 10:48:10 -04:00
Sylvie
b5d2540e7c
Identify more bit flags (#465)
* Identify more bit flags

* Space
2024-09-24 09:33:33 -04:00
Vortyne
c3f297e98b
Fix comment: Road -> Roar (#466) 2024-09-24 07:32:47 -05:00
Sylvie
8f1dcf07e5
Identify more flag bits (#464) 2024-09-23 23:51:44 -04:00
Rangi42
21cfdbd458 Remove the Discord webhook and tools/unnamed.py
Everything is named, unnamed.py reports 100.00% complete
2024-09-18 21:49:35 -04:00
Sylvie
5a622f628d
Identify remaining uses of wd0b5 and wd11e (#463) 2024-09-18 21:41:58 -04:00
Sylvie
613d34678b
Split hSpriteIndexOrTextID into hSpriteIndex and hTextID (#462)
Also identify `wPPUpCountAndMaxPP`
2024-09-18 21:01:18 -04:00
Vortyne
1f6e2bf999
Use correct label in get_trainer_name.asm (#461) 2024-09-09 20:22:58 -04:00
Rangi42
3f0da3dc64 Use long option flags for rgbgfx, same as tools/gfx 2024-08-28 12:28:55 -04:00
Rangi42
febbb09382 Use long option flags for rgbgfx, same as tools/gfx 2024-08-28 12:28:54 -04:00
Vortyne
a433982749
Fix comment about auto text box drawing (#458)
Actually, setting bit 0 of this byte disables auto text box drawing on calling DisplayTextID. See 6e3ab0a9e9/engine/menus/display_text_id_init.asm (L7)
2024-08-04 21:51:07 -05:00
Rangi42
59202a2ab5 Use bankless symbols for VC constants
This is valid according to the .sym file spec:
<https://rgbds.gbdev.io/sym/>
2024-08-04 21:13:45 -04:00
Sylvie
77d051479b
Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) 2024-08-04 10:05:33 -04:00
Sylvie
6e3ab0a9e9
Identify wcd6d as wNameBuffer and others (#455) 2024-07-24 12:21:59 -04:00
Rangi42
c1d6510680 Rename event constants for Jessie/James battles 2024-07-24 11:16:39 -04:00
Sylvie
8fafca714c
Identify various flag labels and bit constants (#454) 2024-07-16 13:02:54 -04:00
Rangi42
4709eb3a96 Build with RGBDS 0.8.0, though it is not yet required 2024-06-28 16:07:22 -04:00
Rangi42
70228c2c4a Build with RGBDS 0.8.0, though it is not yet required 2024-06-28 16:04:57 -04:00
SatoMew
57bec62508
Improve documentation of some SRAM routines (#114) 2024-06-26 21:19:06 -05:00
Sylvie
fc23e72a39
Identify some unused WRAM variables (#453) 2024-06-15 12:18:00 -04:00
Preeyan Parmar
d38cf5281a
Add comment about audio engine perfect pitch bug (#451)
Co-authored-by: preeyan <preeyan>
2024-05-23 11:43:54 -05:00
dannye
b135272f95 Merge branch 'master' of https://github.com/pret/pokered 2024-05-05 11:06:40 -05:00
Vortyne
5f7b444ae8
Use constant in wram for hidden item flags (#445)
Prevents defining more hidden items than the flag array has room for
2024-05-05 09:56:08 -05:00
dannye
d870ad6ea8 Fix hard-coded bank 2024-05-05 09:41:56 -05:00
Rangi
fabe2b3fb3
Update to RGBDS 0.7.0 (#447) 2024-01-03 10:59:04 -05:00
Vortyne
0b20304e6d
Use BANK("Trainer Sight") to apply to all four possible functions in the "Trainer Sight" section (#444) 2023-12-23 19:24:29 -05:00
SatoMew
07cefd462f
Clean up item comments (#443) 2023-12-18 18:30:37 -06:00
colawsol
f6017ddbfd
Correct StarterDex function comment (#440) 2023-12-06 19:34:37 -06:00
Rangi42
abc34756d1 Remove pcm.py since pcm.c handles it 2023-11-23 00:18:07 -05:00
vulcandth
d4d7b91aec Convert a couple ds 2 to dw 2023-11-22 15:12:40 +00:00
vulcandth
1dcc16b347 Delete a couple EOL whitespace. 2023-11-22 15:09:21 +00:00
dannye
0ebc2025bc Rename pikachu palette packets 2023-11-21 21:54:53 -06:00