index
:
pokeyellow.git
master
Pokemon Yellow disassembly with SL0P mods: fastboot, SECRET SL0P WARP MENU, custom intro splash
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
data
/
moves
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-04-15
Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)
PokefanMarcel
1
-1
/
+1
2026-01-17
Align move grammar with pokecrystal (#565)
SnorlaxMonster
1
-5
/
+11
2025-12-15
Specify a max item length for `list_start` (#552)
Rangi
1
-1
/
+2
2025-01-28
Consistently capitalize `ASSERT` directives (#489)
Rangi
1
-1
/
+1
2024-12-27
Don't pass redundant label names to `table_width` and `list_start` (#125)
Rangi
6
-6
/
+6
2024-12-27
Don't pass redundant label names to `table_width` and `list_start` (#484)
Rangi
6
-6
/
+6
2024-11-24
Assert the relations between some move effect constants (#478)
Sylvie
2
-5
/
+5
2023-12-18
Clean up item comments (#443)
SatoMew
1
-2
/
+2
2023-03-25
Name some unnamed animation constants (#396)
Vortyne
1
-2
/
+2
2022-09-25
Change names of move subanimations to be meaningful (#389)
BlueZangoose
1
-245
/
+248
2022-08-10
PP must be 40 or less
Rangi
1
-0
/
+1
2022-08-10
PP must be 40 or less
Rangi
1
-0
/
+1
2022-07-04
Fix typo: HeatButt -> HeadButt
dannye
1
-2
/
+2
2022-07-04
Fix typo: HeatButt -> HeadButt
dannye
1
-2
/
+2
2022-06-06
RGBDS syntax updates (#86)
vulcandth
2
-2
/
+2
2022-06-06
RGBDS syntax updates (#358)
vulcandth
2
-2
/
+2
2021-04-17
Use rgbds 0.5.0 features:
Rangi
1
-20
/
+4
2021-03-25
Verify data table and name list sizes with assertion macros
Rangi
7
-169
/
+182
2020-11-14
Fix file modes
dannye
3
-0
/
+0
2020-11-04
Start reorganizing pokeyellow
Rangi
1
-3
/
+1
2020-11-04
Sync with pokered
dannye
10
-0
/
+2007
2020-10-08
PedalDanceAnim -> PetalDanceAnim
Rangi
1
-2
/
+2
2020-07-20
Add comments associating constants with data, and identify some more data
Rangi
3
-0
/
+25
2020-07-16
Use a battle_anim macro for move animations' special effects and subanimations
Rangi
1
-666
/
+679
2020-07-16
Separate move/battle animation data from move data (to do: further identify a...
Rangi
3
-2446
/
+0
2020-07-15
Indent comments that describe data table macro formats
Rangi
2
-2
/
+2
2020-07-14
Clean up some data, using macros for multiline list entries
Rangi
7
-2105
/
+2085
2020-07-07
PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)
Rangi
1
-165
/
+165
2020-07-06
Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...
Rangi
1
-2
/
+2
2020-07-06
Automatically list all TM##_MOVE and HM##_MOVE values
Rangi
1
-55
/
+24
2020-07-06
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...
Rangi
1
-55
/
+58
2020-07-04
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...
Rangi
1
-7
/
+7
2020-07-03
Move more code from home.asm to home/
Rangi
1
-2
/
+5
2020-07-03
Add subdirectories to data/ similar to pokecrystal
Rangi
10
-0
/
+4461