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
/
engine
/
pokemon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename wd49b to wPikachuEmotionModifier (#156)
Yoann Fievez
2026-06-14
1
-1
/
+1
*
Merge branch 'master' of https://github.com/pret/pokered
dannye
2026-01-17
9
-127
/
+114
|
\
|
*
Comment more unreferenced local labels (#550)
Narishma-gb
2025-12-15
2
-3
/
+3
|
*
Update `StatusScreen`, add `*_STATS_BOX` constants (#546)
Narishma-gb
2025-12-01
1
-38
/
+32
|
*
Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)
Narishma-gb
2025-11-27
8
-60
/
+73
|
*
Avoid magic numbers for most `CopyData` calls (#542)
Rangi
2025-11-25
1
-1
/
+1
|
*
Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)
Rangi
2025-11-23
1
-25
/
+5
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2025-11-12
4
-31
/
+31
|
\
|
|
*
Use features of RGBDS 1.0.0 (#537)
Rangi
2025-11-12
4
-31
/
+31
*
|
Misc. naming and cleanup (#139)
Narishma-gb
2025-09-10
3
-8
/
+8
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2025-09-06
2
-3
/
+4
|
\
|
|
*
Label and constant cleanup (#528)
Narishma-gb
2025-09-03
2
-3
/
+4
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2025-07-02
3
-9
/
+9
|
\
|
|
*
Replace hardware_constants.asm with hardware.inc (#511)
Rangi
2025-06-30
3
-9
/
+9
*
|
Use more ldpikacry
dannye
2025-05-25
2
-4
/
+4
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2025-05-10
1
-1
/
+1
|
\
|
|
*
Use constants for PP masks instead of magic numbers (#504)
edave64
2025-04-02
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2025-01-30
1
-2
/
+2
|
\
|
|
*
Consistently capitalize `ASSERT` directives (#489)
Rangi
2025-01-28
1
-1
/
+1
|
*
Miscellaneous cleanup (#488)
Rangi
2025-01-28
1
-1
/
+3
*
|
Fix comments around battle evolution code (#120)
TiKevin83
2024-11-17
1
-1
/
+1
*
|
Rename off-by-one wram labels
dannye
2024-09-29
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2024-09-25
8
-101
/
+101
|
\
|
|
*
Identify more flag bits (#464)
Sylvie
2024-09-23
2
-5
/
+5
|
*
Identify remaining uses of `wd0b5` and `wd11e` (#463)
Sylvie
2024-09-18
7
-32
/
+33
|
*
Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)
Sylvie
2024-08-04
5
-22
/
+22
|
*
Identify wcd6d as wNameBuffer and others (#455)
Sylvie
2024-07-24
3
-5
/
+5
|
*
Identify various flag labels and bit constants (#454)
Sylvie
2024-07-16
4
-22
/
+22
|
*
Identify some unused WRAM variables (#453)
Sylvie
2024-06-15
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2023-11-21
1
-3
/
+3
|
\
|
|
*
Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)
SatoMew
2023-11-21
1
-3
/
+3
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2022-09-12
1
-1
/
+0
|
\
|
|
*
Rename `SLP` to `SLP_MASK` (#361)
vulcandth
2022-06-17
1
-1
/
+1
*
|
Rename `SLP` to `SLP_MASK` (#89)
vulcandth
2022-06-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/pokered/master'
Rangi
2021-11-23
2
-4
/
+4
|
\
|
|
*
Refactorize check button pressed (#340)
Yoann Fievez
2021-11-05
2
-4
/
+4
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-09-26
1
-3
/
+3
|
\
|
|
*
wcf4b -> wStringBuffer
Rangi
2021-08-28
1
-3
/
+3
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-04-30
4
-11
/
+11
|
\
|
|
*
Use {interpolation} to generate sequences of RAM labels
Rangi
2021-04-27
3
-10
/
+10
|
*
Trim extra newlines from some files
Rangi
2021-04-08
1
-1
/
+0
*
|
Trim extra newlines from some files
Rangi
2021-04-08
1
-1
/
+0
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-03-25
3
-4
/
+4
|
\
|
|
*
Verify data table and name list sizes with assertion macros
Rangi
2021-03-25
3
-4
/
+4
|
*
Identify hUILayoutFlags
Rangi
2021-02-13
2
-7
/
+7
*
|
Identify hUILayoutFlags and hPikachuSpriteVRAMOffset
Rangi
2021-02-13
2
-7
/
+7
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2020-12-15
2
-8
/
+8
|
\
|
|
*
Label and document hFFD7 more accurately
SatoMew
2020-11-29
2
-8
/
+8
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2020-11-14
6
-0
/
+0
|
\
|
|
*
Fix file modes
dannye
2020-11-14
6
-0
/
+0
[next]