index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
list_menu.c
Age
Commit message (
Expand
)
Author
2021-11-03
Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW
GriffinR
2021-11-03
Add COPYWIN constants
GriffinR
2021-09-14
Add TAG_NONE
GriffinR
2021-07-07
Flatten pos fields in struct Sprite
PikalaxALT
2021-04-15
More usage of DISPLAY constants
GriffinR
2021-02-24
Use TASK_NONE constant
GriffinR
2020-11-02
Re-apply joypad macros (minus merge conflicts)
aaaaaa123456789
2020-09-13
Undo PokeCodec's PRs
aaaaaa123456789
2020-09-04
Switch to button macros
PokeCodec
2020-09-01
Merge pull request #1149 from PokeCodec/datatypes
GriffinR
2020-08-24
Changed assignment from 136 to -120
PokeCodec
2020-08-23
Documentation of unk field
PokeCodec
2020-07-24
Change signedness and add casts to avoid implicit conversion warnings
PokeCodec
2019-12-06
Use ST_OAM constants for OamData definitions
GriffinR
2019-09-08
Move gflib srcs and headers to gflib subdir
PikalaxALT
2019-03-31
Document mystery_gift
PikalaxALT
2019-03-31
WIP sub_8018DAC
PikalaxALT
2019-03-17
Merge remote-tracking branch 'upstream/master' into move-tutor
Marcus Huderle
2019-03-16
Use constants for Oam .shape and .size fields
Phlosioneer
2019-03-08
Merge branch 'master' into move-tutor
Phlosioneer
2019-03-03
Fully document move_tutor (formerly learn_move)
Phlosioneer
2019-03-02
Rename macro with correct name for pixel values
Phlosioneer
2019-02-22
Give window drawing functions better names
Phlosioneer
2019-02-21
Replace more instances of fill values
Phlosioneer
2019-02-21
Improve window palette macros
Phlosioneer
2019-02-11
Document main_menu state machine, name window constants
Phlosioneer
2019-02-02
Fix Menu and List Menu input defines
DizzyEggg
2018-12-17
3.5 asm left
DizzyEggg
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and spa...
nullableVoidPtr
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-10-21
Fix LZ compressed data alignment
Diegoisawesome
2018-09-08
Standartize AddTextPrinterParametrized functions,
DizzyEggg
2018-07-24
Clean up files and add entries to charmap
Diegoisawesome
2018-07-15
Document list_menu.c and main_menu.c
Diegoisawesome
2018-05-19
make menu indicators compile
DizzyEggg
2018-05-19
merge list menu and list indicators
DizzyEggg
2018-03-09
curly brace
DizzyEggg
2018-03-03
list menu is decompiled
DizzyEggg
2018-03-03
more list menu work
DizzyEggg
2018-03-02
start decompiling list menu
DizzyEggg