index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pokemon_storage_system.c
Age
Commit message (
Collapse
)
Author
2022-01-07
Clean up pokemon_storage_system graphics
GriffinR
2022-01-07
Add window constants in pokemon_storage_system
GriffinR
2021-11-17
Use specific name limits for string limit functions
GriffinR
2021-11-16
Handle optional arguments for warp commands, add WARP_ID_NONE
GriffinR
2021-11-03
Propagate BG_COORD constants
GriffinR
2021-11-03
Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW
GriffinR
2021-11-03
Start remaining menu documentation
GriffinR
2021-11-03
Add COPYWIN constants
GriffinR
2021-11-03
Merge pull request #1536 from GriffinRichards/clean-braille
GriffinR
Add font id constants, better braille support
2021-10-30
Add font id constants
GriffinR
2021-10-29
Fix incorrect arguments on CopyRectToBgTilemapBufferRect
GriffinR
2021-10-17
Some pokemon_icon clean up
GriffinR
2021-10-17
Some pokedex clean up
GriffinR
2021-09-30
Merge pull request #1507 from GriffinRichards/doc-walda
GriffinR
Document Walda Phrase
2021-09-26
Document walda_phrase
GriffinR
2021-09-24
Document some single-remaining symbols
GriffinR
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-07
Flatten pos fields in struct Sprite
PikalaxALT
2021-05-25
better match
Kurausukun
2021-05-25
[LEAK-INFORMED] fix fakematch in DrawWallpaper
Kurausukun
2021-04-18
Merge branch 'master' into doc-pokemonstorage
GriffinR
2021-04-18
Doc storage - cleanup
GriffinR
2021-04-17
Doc storage - standardize names, drop PSS
GriffinR
2021-04-17
Doc storage - unk utility
GriffinR
2021-04-17
Doc storage - icon scroll
GriffinR
2021-04-17
Doc storage - tilemap util, place change
GriffinR
2021-04-17
Doc storage - party menu
GriffinR
2021-04-17
Doc storage - misc cleanup, some item/cursor
GriffinR
2021-04-16
Doc storage - multi move
GriffinR
2021-04-16
Doc storage - fix row/column flip
GriffinR
2021-04-16
Doc storage - releasing, some cursor
GriffinR
2021-04-15
Doc storage - misc gfx, item icons
GriffinR
2021-04-15
Doc storage - choose box menu, move wallpaper gfx
GriffinR
2021-04-15
Doc storage - wallpaper and titles
GriffinR
2021-04-15
Doc storage - menu texts
GriffinR
2021-04-15
More usage of DISPLAY constants
GriffinR
2021-04-09
standardize "grey" to "gray"
Kurausukun
2021-03-29
Add MON_PIC_SIZE constant
GriffinR
2021-02-28
Rename mon markings struct
GriffinR
2021-02-28
Document mon markings
GriffinR
2021-02-24
Add palette selection constants
GriffinR
2021-02-05
newCurosrArea -> newCursorArea
LOuroboros
2021-01-19
Remove unused local variables and functions
GriffinR
2020-12-26
Add UBFIX for null deref in sub_80D08CC
Sierraffinity
2020-12-12
Use BUGFIX for some inline fixes
GriffinR
2020-11-16
sanityIsBagEgg -> sanityIsBadEgg
LOuroboros
Fixed a typo. Lunos#4026
2020-11-02
Re-apply joypad macros (minus merge conflicts)
aaaaaa123456789
2020-10-26
Merge branch 'master' into reverts
aaaaaa123456789
2020-10-10
start pokenav documentation
Evan
2020-10-01
Replace POKEMON_SLOTS_NUMBER
GriffinR
[next]