pokered/engine
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
..
battle Fix comment: Road -> Roar (#466) 2024-09-24 07:32:47 -05:00
debug Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) 2024-08-04 10:05:33 -04:00
events Identify wCurrentMapScriptFlags bits (#467) 2024-09-24 11:39:44 -04:00
gfx Identify more bit flags (#465) 2024-09-24 09:33:33 -04:00
items Identify more flag bits (#464) 2024-09-23 23:51:44 -04:00
link Identify more flag bits (#464) 2024-09-23 23:51:44 -04:00
math Identify some .asm_* labels 2022-07-10 21:11:03 -04:00
menus Identify wCurrentMapScriptFlags bits (#467) 2024-09-24 11:39:44 -04:00
movie This byte is written to, but not used (#471) 2024-09-25 22:02:15 -05:00
overworld Identify more bit flags (#465) 2024-09-24 09:33:33 -04:00
pokemon Identify more flag bits (#464) 2024-09-23 23:51:44 -04:00
slots Identify more flag bits (#464) 2024-09-23 23:51:44 -04:00
flag_action.asm split code out of main.asm 2016-12-31 17:23:54 -08:00
joypad.asm Identify various flag labels and bit constants (#454) 2024-07-16 13:02:54 -04:00
play_time.asm Identify various flag labels and bit constants (#454) 2024-07-16 13:02:54 -04:00
predefs.asm More WRAM label cleanup (still needs UNIONs and renaming) 2021-05-31 16:25:16 -04:00