index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
link.asm
Age
Commit message (
Expand
)
Author
2018-03-13
Organize the engine/ directory
mid-kid
2018-02-25
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-02-22
Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBox
mid-kid
2018-02-22
Pkmn -> Mon
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-20
PARTY_LENGTH; MON_NAME; sgb_border.bin
Remy Oukaour
2018-01-19
Use hSerialConnectionStatus constants elsewhere
Remy Oukaour
2018-01-19
Resolve #471 (although link code still needs more cleanup, like its WRAM labels)
Remy Oukaour
2018-01-16
Remove Predef_ prefix from routines listed in PredefPointers
Remy Oukaour
2018-01-14
Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-14
Close #470 (JOHTO_POKEMON)
Remy Oukaour
2018-01-10
Battle data goes in data/battle/
Remy Oukaour
2018-01-07
Predef_FlagAction -> Predef_SmallFarFlagAction
xCrystal
2018-01-05
Predef_Flag -> Predef_FlagAction
xCrystal
2018-01-03
More relevant data file locations
Remy Oukaour
2018-01-03
Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate.
Adelaide Walter
2018-01-02
No more mobile EQUS ret (replace with Stubbed_ + ret)
xCrystal
2018-01-02
Consistent predef function names
xCrystal
2018-01-02
Consolidate Special function names
xCrystal
2018-01-02
More unreferenced labels cleanup
xCrystal
2018-01-02
Clean up Predef function names
xCrystal
2017-12-26
Remove unused label (last few commits resolve #434)
Remy Oukaour
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Merge branch 'master' of https://github.com/pret/pokecrystal
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-24
Misc fixes for the usage of constants
mid-kid
2017-12-15
Move more main.asm code into individual files
Remy Oukaour
2017-12-15
Move more unknown graphics into real subfolders
Remy Oukaour
2017-12-15
Move predef/ files into engine/
Remy Oukaour
2017-12-11
More consistent data tables
Remy Oukaour
2017-12-11
Name some gfx/unknown/ files
Remy Oukaour
2017-12-11
Add member constants for the base data struct, same as most other structs
Remy Oukaour
2017-12-11
Move more data tables into data/ files.
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2017-01-16
Labels for Trainer Rankings stat tracking functions
hatschky
2016-06-13
hLCDCPointer and InitList
pikalaxalt
2016-06-06
Remaining layout constants
pikalaxalt
2016-05-15
SPRITE_ANIM_FRAME_IDX constants
pikalaxalt
2016-05-11
Save functions; feeble attempt at serial and link functions
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-08
All functions in main.asm have non-generic names
pikalaxalt
2016-05-05
Mobile and more battle anims
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with capital letters are now decorated with a trailing ...
pikalaxalt
[next]