aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04Sync with pokereddannye1-984/+0
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi1-977/+0
2020-05-24Misc minor clean updannye1-1/+1
spotted by comparing against pokeyellow
2020-05-20Sync with pokereddannye1-6/+6
2018-04-01fix some constantsyenatch1-1/+1
2017-09-25Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu221-1/+1
2017-06-09Replace deprecated mnemonics by the correct onesAntonio Niño Díaz1-1/+1
The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2016-12-31split code out of main.asmYamaArashi1-1/+1
2016-10-29use more HRAM constantsYamaArashi1-2/+2
2016-09-17pull some bank 1 code out of main.asmYamaArashi1-0/+6
2016-07-18Clean up text commandsdannye1-3/+3
2016-06-12sync tileset WRAM labelsYamaArashi1-2/+2
2016-06-12sync tileset WRAM labelsYamaArashi1-5/+5
2016-06-12sync engine code with pokeyellowYamaArashi1-6/+6
2016-06-12Remove the last address commentsdannye1-1/+1
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11sync engine code with pokeredYamaArashi1-7/+5
2016-06-11remove address commentsYamaArashi1-24/+24
2016-06-11remove address commentsYamaArashi1-10/+10
2016-06-06Clean up white spacedannye1-1/+1
2016-03-17Split bank1 up.luckytyphlosion1-1/+7
2015-10-29overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion1-63/+72
W_, add PIKAHAPPY_TRADE Also make replace.sh take args
2015-10-18Complete documentation of bank3luckytyphlosion1-4/+4
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-08-30No more W_dannye1-11/+11
2015-08-12named more variablesYamaArashi1-1/+1
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye1-4/+4
2015-08-10No more $C8dannye1-1/+1
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-09Replace some hardcoded data sizesdannye1-2/+2
2015-08-08commented audio codeYamaArashi1-8/+8
2015-08-07fixed namesYamaArashi1-2/+2
2015-08-05Use more lbdannye1-3/+3
and other clean up
2015-07-18miscYamaArashi1-1/+1
2015-07-18Consolidate coord macrosdannye1-24/+24
2015-07-16Swap trade center and battle centerdannye1-2/+2
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2015-07-14Comment naming screendannye1-1/+1
also use more joypad constants
2015-07-13menu wram variable namesYamaArashi1-4/+4
2015-07-12movemon and removepokemon wram variablesYamaArashi1-1/+1
2015-07-12named wram variablesYamaArashi1-9/+9
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-4/+4
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-03-14commented trade amim functionsYamaArashi1-2/+2
2015-02-08Rename some labelsYamaArashi1-1/+1
2015-02-07Named wram symbolsYamaArashi1-2/+2
2015-02-07commented battle stuffYamaArashi1-4/+4
2015-02-07commented menu stuffYamaArashi1-1/+1
2015-02-07Fix typo in nameYamaArashi1-5/+5
2015-02-07serial/trade/miscYamaArashi1-458/+479
2014-09-14Commented/labelled misc functionsYamaArashi1-1/+1
2014-09-13Commented more sprite and map codeYamaArashi1-2/+2
2014-08-30Use hram constants for remaining joypad variables.yenatch1-2/+2
2014-08-08Labelled many functions/variablesYamaArashi1-1/+1
2014-06-25Use *Coord instead of FuncCoordU-Fish-PC\Daniel1-4/+2
Using 'Coord =' doesn't like using wTileMap So use hlCoord, deCoord, bcCoord, aCoord, Coorda, or dwCoord to avoid static addresses