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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/pokered/master'
Rangi
2022-10-02
3
-507
/
+491
|
\
|
*
Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)
Vortyne
2022-09-26
1
-1
/
+1
|
*
Change names of move subanimations to be meaningful (#389)
BlueZangoose
2022-09-25
2
-417
/
+420
|
*
Use a SPRITE_SET_LENGTH constant
Rangi
2022-09-24
1
-2
/
+1
|
*
Add constants and table macros for the map sprite sets (#392)
Rangi
2022-09-24
1
-89
/
+71
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2022-09-12
3
-12
/
+16
|
\
|
|
*
Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants
Rangi
2022-09-11
1
-1
/
+1
|
*
Improve NPC trade labels and comments (#384)
SatoMew
2022-09-10
1
-10
/
+14
|
*
PP must be 40 or less
Rangi
2022-08-10
1
-0
/
+1
|
*
Remove empty lines on the top of map header files (#375)
vulcandth
2022-07-10
223
-223
/
+0
|
*
Identify some `.asm_*` labels
Rangi
2022-07-10
1
-8
/
+8
|
*
Remove comment about addresses
Rangi
2022-07-09
1
-1
/
+1
|
*
Fix typo: HeatButt -> HeadButt
dannye
2022-07-04
1
-2
/
+2
|
*
RGBDS syntax updates (#358)
vulcandth
2022-06-06
33
-54
/
+54
|
*
Improved Virtual Console patch identifiers (#357)
vulcandth
2022-06-06
1
-1
/
+1
|
*
Add comment explaining the purpose of TrainerNamePointers (#352)
SatoMew
2022-03-31
1
-1
/
+3
|
*
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
vulcandth
2022-03-26
1
-0
/
+10
|
*
Fix incorrect comment about money received after battle (#346)
stringflow
2021-12-09
1
-1
/
+1
*
|
PP must be 40 or less
Rangi
2022-08-10
1
-0
/
+1
*
|
fixed 2 locations/comments (#99)
mirko93s
2022-07-17
1
-0
/
+2
*
|
Remove empty lines on the top of map header files (#98)
vulcandth
2022-07-10
224
-224
/
+0
*
|
Identify some `.asm_*` labels
Rangi
2022-07-10
1
-8
/
+8
*
|
Fix typo: HeatButt -> HeadButt
dannye
2022-07-04
1
-2
/
+2
*
|
RGBDS syntax updates (#86)
vulcandth
2022-06-06
36
-68
/
+68
*
|
Improved Virtual Console patch identifiers (#85)
vulcandth
2022-06-06
1
-1
/
+1
*
|
Add comment explaining the purpose of TrainerNamePointers
Rangi
2022-04-08
1
-1
/
+3
*
|
Build the Virtual Console patch with `make yellow_vc` (#80)
vulcandth
2022-03-26
2
-1
/
+11
*
|
Merge remote-tracking branch 'remotes/pokered/master'
Rangi
2021-11-23
1
-1
/
+1
|
\
|
|
*
Use compound assignment operators
Rangi
2021-11-23
1
-1
/
+1
|
*
`warp_event` warp IDs start at 1, like in pokegold/pokecrystal
Rangi
2021-10-05
212
-805
/
+805
|
*
Clean up some redundant or unusual event comments
Rangi
2021-10-05
3
-9
/
+9
*
|
`warp_event` warp IDs start at 1, like in pokegold/pokecrystal
Rangi
2021-10-05
214
-813
/
+813
*
|
Clean up some redundant or unusual event comments
Rangi
2021-10-05
5
-16
/
+16
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-09-26
205
-708
/
+708
|
\
|
|
*
Align `object_event` coordinates
Rangi
2021-09-26
204
-685
/
+685
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-09-26
232
-2670
/
+2668
|
\
|
|
*
Unify map event gen1 gen2 (#335)
Yoann Fievez
2021-09-26
223
-2593
/
+2593
|
*
wcf4b -> wStringBuffer
Rangi
2021-08-28
7
-39
/
+37
*
|
Some miscellaneous changes, syncing more with pokered
Rangi
2021-05-31
5
-3
/
+6
*
|
Merge branch 'master' of https://github.com/pret/pokered
dannye
2021-05-31
61
-309
/
+309
|
\
|
|
*
Merge pull request #324 from KqesaR/clean_label_wild_map_pointer
Daniel Harding
2021-05-31
60
-307
/
+307
|
|
\
|
|
*
Fix typo noting to nothing and align vertically comments
Yoann Fievez
2021-05-31
2
-215
/
+215
|
|
*
Standardize names of wild maps entities
Yoann Fievez
2021-05-18
60
-307
/
+307
*
|
|
Merge remote-tracking branch 'remotes/pokered/master'
Rangi
2021-05-31
3
-33
/
+32
|
\
|
|
|
*
|
Simplify the tileset headers
Rangi
2021-05-31
1
-30
/
+30
|
*
|
Merge pull request #322 from SatoMew/master
Daniel Harding
2021-05-31
2
-2
/
+2
|
|
\
\
|
|
*
|
Change terminology as per feedback
SatoMew
2021-05-08
2
-2
/
+2
|
|
*
|
Identify the connections between Routes 22 and 23 as unused
SatoMew
2021-05-08
2
-2
/
+2
|
|
|
/
|
*
|
Improve some RAM formatting
Rangi
2021-05-31
1
-1
/
+1
*
|
|
Improve some RAM formatting
Rangi
2021-05-31
1
-1
/
+1
[next]