Commit graph

23 commits

Author SHA1 Message Date
dannye
5a337a4018 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-26 03:03:15 +00:00
Rangi42
2d96359563 Identify wCurrentMapScriptFlags bits (#467) 2024-09-24 15:40:43 +00:00
Rangi42
7d65b6cbf6 Identify hardware register bits (#469) 2024-09-24 14:49:03 +00:00
Rangi42
91ef44a568 Identify more flag bits (#464) 2024-09-24 03:52:37 +00:00
Rangi42
14d6e42395 Identify remaining uses of wd0b5 and wd11e (#463) 2024-09-19 01:42:55 +00:00
Rangi42
3444289b57 Split hSpriteIndexOrTextID into hSpriteIndex and hTextID (#462)
Also identify `wPPUpCountAndMaxPP`
2024-09-19 01:02:23 +00:00
Rangi42
d1c6682d5b Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) 2024-08-04 17:50:25 +00:00
Rangi42
77656d7537 Identify wcd6d as wNameBuffer and others (#455) 2024-07-24 16:22:56 +00:00
Rangi42
39b09fa28f Identify various flag labels and bit constants (#454) 2024-07-16 17:03:54 +00:00
Rangi42
095c7d7227 Build with RGBDS 0.8.0, though it is not yet required 2024-06-28 20:13:33 +00:00
Rangi42
ce77a33575 Identify some unused WRAM variables (#453) 2024-06-15 16:18:42 +00:00
Rangi42
b5bf00e104 Update to RGBDS 0.7.0 (#447) 2024-01-03 15:59:52 +00:00
dannye
dd013130d3 Clean up item comments (#443) 2023-12-19 00:31:11 +00:00
Rangi42
437ab7a940 Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE
Fixes #430
2023-11-22 01:34:17 +00:00
Rangi42
c7890aa70a Identify wSavedCoordIndex and its other usages 2023-11-20 23:54:46 +00:00
Rangi42
54f3a49013 Identify the unnamed HRAM variables and one WRAM label (#438) 2023-11-20 22:24:05 +00:00
dannye
22d1c961eb Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) 2023-11-19 23:38:34 +00:00
dannye
43de270d4b Name unnamed labels in seafoam islands and pokemon mansion script files (#435)
* Update PokemonMansion1F.asm

* Name unnamed seafoam/mansion labels
2023-11-19 21:10:11 +00:00
dannye
a5634d399a Fix HallOfFake typo 2023-11-19 19:18:31 +00:00
dannye
92da5318e3 Fix Celedon typo 2023-11-19 18:35:33 +00:00
Rangi42
1b8bf4fd7e Identify more map script labels 2023-11-19 00:46:03 +00:00
vulcandth
a9eea15048 Add constants for wMapConnections bits and group map header wram labels
* Add constants for wMapConnections bits

* Apply Vulcandth and Rangi42 feedback

---------

Co-authored-by: vulcandth <vulcandth@gmail.com>
2023-11-17 18:51:09 +00:00
dannye
966b3ed511 CI copy .map files to symbols branch (#428) 2023-08-26 15:11:50 +00:00