summaryrefslogtreecommitdiff
path: root/engine/link.asm
AgeCommit message (Expand)Author
2018-03-13Organize the engine/ directorymid-kid
2018-02-25Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-02-22Label wPokemonWithdrawDepositParameter of RemoveMonFromPartyOrBoxmid-kid
2018-02-22Pkmn -> Monmid-kid
2018-02-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2018-01-24Remove Special_ prefix from special routines (close #478)Rangi
2018-01-24Rename some routines to avoid conflicts when removing "Special_" prefixesRangi
2018-01-23Prefix wram labels with w, part 2.luckytyphlosion
2018-01-23MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...Rangi
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-19Use hSerialConnectionStatus constants elsewhereRemy Oukaour
2018-01-19Resolve #471 (although link code still needs more cleanup, like its WRAM labels)Remy Oukaour
2018-01-16Remove Predef_ prefix from routines listed in PredefPointersRemy Oukaour
2018-01-14Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal (res...Remy Oukaour
2018-01-14Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...Remy Oukaour
2018-01-14Close #470 (JOHTO_POKEMON)Remy Oukaour
2018-01-10Battle data goes in data/battle/Remy Oukaour
2018-01-07Predef_FlagAction -> Predef_SmallFarFlagActionxCrystal
2018-01-05Predef_Flag -> Predef_FlagActionxCrystal
2018-01-03More relevant data file locationsRemy Oukaour
2018-01-03Scrub WRAM addresses from comments & use WRAM1_Begin where appropriate.Adelaide Walter
2018-01-02No more mobile EQUS ret (replace with Stubbed_ + ret)xCrystal
2018-01-02Consistent predef function namesxCrystal
2018-01-02Consolidate Special function namesxCrystal
2018-01-02More unreferenced labels cleanupxCrystal
2018-01-02Clean up Predef function namesxCrystal
2017-12-26Remove unused label (last few commits resolve #434)Remy Oukaour
2017-12-25Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...Remy Oukaour
2017-12-24Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-24callba/callab → farcall/callfarRemy Oukaour
2017-12-24Misc fixes for the usage of constantsmid-kid
2017-12-15Move more main.asm code into individual filesRemy Oukaour
2017-12-15Move more unknown graphics into real subfoldersRemy Oukaour
2017-12-15Move predef/ files into engine/Remy Oukaour
2017-12-11More consistent data tablesRemy Oukaour
2017-12-11Name some gfx/unknown/ filesRemy Oukaour
2017-12-11Add member constants for the base data struct, same as most other structsRemy Oukaour
2017-12-11Move more data tables into data/ files.Remy Oukaour
2017-12-09More WRAM cleanupRemy Oukaour
2017-12-09Document constants with comments, actual names, and more thorough usageRemy Oukaour
2017-01-16Labels for Trainer Rankings stat tracking functionshatschky
2016-06-13hLCDCPointer and InitListpikalaxalt
2016-06-06Remaining layout constantspikalaxalt
2016-05-15SPRITE_ANIM_FRAME_IDX constantspikalaxalt
2016-05-11Save functions; feeble attempt at serial and link functionspikalaxalt
2016-05-10Labeled every function in ROM0 that's referenced in the sourcepikalaxalt
2016-05-08All functions in main.asm have non-generic namespikalaxalt
2016-05-05Mobile and more battle animspikalaxalt
2016-05-04More splitting of main.asm; remove unneeded rept 2pikalaxalt
2016-04-10Local labels starting with capital letters are now decorated with a trailing ...pikalaxalt