index
:
pokeyellow
master
merge-pokered
remove-pip
Pokémon Yellow
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
moves
Age
Commit message (
Expand
)
Author
2021-04-17
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-04-17
Use rgbds 0.5.0 features:
Rangi
2021-03-25
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-03-25
Verify data table and name list sizes with assertion macros
Rangi
2020-11-14
Merge branch 'master' of https://github.com/pret/pokered
dannye
2020-11-14
Fix file modes
dannye
2020-11-04
Start reorganizing pokeyellow
Rangi
2020-11-04
Sync with pokered
dannye
2020-10-08
PedalDanceAnim -> PetalDanceAnim
Rangi
2020-07-20
Add comments associating constants with data, and identify some more data
Rangi
2020-07-16
Use a battle_anim macro for move animations' special effects and subanimations
Rangi
2020-07-16
Separate move/battle animation data from move data (to do: further identify a...
Rangi
2020-07-15
Indent comments that describe data table macro formats
Rangi
2020-07-14
Clean up some data, using macros for multiline list entries
Rangi
2020-07-07
PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)
Rangi
2020-07-06
Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...
Rangi
2020-07-06
Automatically list all TM##_MOVE and HM##_MOVE values
Rangi
2020-07-06
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...
Rangi
2020-07-04
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...
Rangi
2020-07-03
Move more code from home.asm to home/
Rangi
2020-07-03
Add subdirectories to data/ similar to pokecrystal
Rangi