aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | Use correct variable in EngageMapTrainerMatthew Glazar2017-04-021-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EngageMapTrainer should write to wEngagedTrainerClass and wEngagedTrainerSet, not wEngagedTrainerClass and wEnemyMonAttackMod. wEnemyMonAttackMod doesn't make any sense in this context. Use the correct variable. These two variables happen to have the same address, so there is no functional difference between using wEnemyMonAttackMod versus using wEngagedTrainerSet.
| | * | Merge branch 'joefarebrother-label-naming'Sanqui2017-03-213-109/+116
| | |\ \
| | | * | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered ↵Sanqui2017-03-213-109/+116
| | |/| | | | | | | | | | | | | | | | | into joefarebrother-label-naming
| | | * | Gave names to the functions and labels and adresses used in DivideBCDJoe Farebrother2017-03-192-72/+75
| | | | | | | | | | | | | | | | | | | | and added a few comments
| | | * | Gave the labels in _MoveMon more descriptive names and added a few commentsJoe Farebrother2017-03-191-37/+41
| | | |/
| | * | Merge pull request #148 from Sanqui/ciSanqui2017-03-211-0/+24
| | |\ \ | | | |/ | | |/| Add Travis continuous integration
| | | * Update Travis script to use `make compare` and rgbds v0.2.5Sanqui2017-03-201-15/+13
| | | |
| | | * Merge branch 'ci' of https://github.com/PoCs/pokered into ciSanqui2017-03-201-0/+26
| | |/|
| | | * Enable continuous integrationMathias Bynens2016-08-111-0/+26
| | | |
| | * | Merge pull request #145 from ISSOtm/patch-1Sanqui2017-03-161-1/+1
| | |\ \ | | | | | | | | | | Fix typo in address.
| | | * | Fix typo in addressPanda Habert2017-03-161-1/+1
| | |/ /
| | * | Merge pull request #144 from AntonioND/an/fix-floatingSanqui2017-03-156-72/+72
| | |\ \ | | | | | | | | | | Fix floating sections
| | | * | Fix floating sectionsAntonioND2017-03-146-72/+72
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| | * | Fix typosdannye2017-01-201-2/+2
| | | |
| | * | fix incorrect commentYamaArashi2017-01-161-1/+1
| | | |
| | * | use actual predef labelYamaArashi2017-01-071-1/+1
| | | |
| | * | use text constants in poison.asmYamaArashi2016-12-311-2/+2
| | | |
| | * | split code out of main.asmYamaArashi2016-12-3122-2674/+2670
| | | |
| | * | use hardware constants in pic.asmYamaArashi2016-11-021-3/+3
| | | |
| | * | use more HRAM constantsYamaArashi2016-10-294-11/+11
| | | |
| | * | correct mistaken commentsYamaArashi2016-10-292-3/+3
| | | |
| | * | link battle action constantsYamaArashi2016-10-292-15/+19
| | | |
| | * | correct comments about teleport effectYamaArashi2016-10-161-3/+2
| | | |
| | * | split bank 1 into filesYamaArashi2016-09-1712-1475/+1482
| | | |
| | * | pull some bank 1 code out of main.asmYamaArashi2016-09-178-505/+504
| | | |
| | * | name text destination pointer variableYamaArashi2016-09-112-10/+9
| | | |
| | * | Continuing the source-level documentation of roughly where trainers can be foundSummate2016-09-041-0/+186
| | | |
| | * | Split macros.asmdannye2016-07-317-768/+770
| | | |
| | * | Replace unnecessary tabs with spacesdannye2016-07-2713-157/+157
| | | |
| | * | Redo audio header macrodannye2016-07-2721-564/+528
| | | |
| | * | Add warnings about music/sfx macro usagedannye2016-07-272-3/+4
| | | | | | | | | | | | | | | | | | | | These are not game limitations, just restrictions for the macros to behave properly
| | * | Macros to automate music and sound effect headersdannye2016-07-277-1522/+408
| | | |
| | * | Fix music channel numberingdannye2016-07-2749-309/+309
| | | | | | | | | | | | | | | | same as previous, but for songs instead of sound effects
| | * | Fix sound effect channel numberingdannye2016-07-27327-1274/+1274
| | | | | | | | | | | | | | | | | | | | mostly so that sound effects that only use the noise channel are labelled 'Ch7' instead of 'Ch1'
| | * | Clean up redundant labelsdannye2016-07-2072-668/+596
| | | | | | | | | | | | | | | | fix trainer header numbering
| | * | A few missed hardcoded decimal pointsdannye2016-07-183-5/+5
| | | |
| | * | Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-1875-868/+983
| | |\ \
| | | * | Use pattern variables in the makefile.yenatch2016-07-011-23/+15
| | | | | | | | | | | | | | | | | | | | This means dependency scanning only happens as required.
| | | * | Merge pull request #135 from YamaArashi/masterYamaArashi2016-06-1231-375/+412
| | | |\ \ | | | | | | | | | | | | sync tileset WRAM labels
| | | | * | sync homeYamaArashi2016-06-127-131/+150
| | | | | |
| | | | * | sync textYamaArashi2016-06-1219-220/+238
| | | | | |
| | | | * | sync tileset WRAM labelsYamaArashi2016-06-126-24/+24
| | | |/ /
| | | * | Merge pull request #134 from YamaArashi/masterYamaArashi2016-06-1250-495/+591
| | | |\ \ | | | | | | | | | | | | sync engine code with pokeyellow
| | | | * | more syncing with pokeyellowYamaArashi2016-06-124-145/+206
| | | | | |
| | | | * | sync engine code with pokeyellowYamaArashi2016-06-1247-350/+385
| | | |/ /
| | * / / Clean up text commandsdannye2016-07-1879-221/+293
| | |/ /
| * / / Sync with pokereddannye2020-05-202106-38964/+39106
|/ / /
* | | Merge pull request #39 from TiKevin83/masterDaniel Harding2020-05-204-22/+81
|\ \ \ | | | | | | | | Label functions, note causes of bugs
| * | | Update bugs_and_glitches.mdTiKevin832020-05-181-2/+2
| | | | | | | | | | | | Sync with fixed duplicate label
| * | | Fix duplicate labelTiKevin832020-05-181-2/+2
| | | |