aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Add descriptions of Pikawalk and Counter damage. Move ↵Travis McGeehan2019-02-202-28/+21
| | | | | | | | assembly_programming.md elsewhere
| * Improve some labels in the Pikachu Follow codeTravis McGeehan2019-02-202-6/+6
| |
| * tweak diffTravis McGeehan2019-01-231-2/+3
| |
| * Pull bug descriptions into documentation, add more relevant docs from ↵Travis McGeehan2019-01-234-9/+66
| | | | | | | | pokecrystal
| * Note bug in Battle TransitionsTiKevin832019-01-231-0/+6
| |
| * Label functions, note cause of fast optionsTiKevin832019-01-221-16/+18
| | | | | | | | Some of the functions in here are unlabeled despite having decent labels in pokecrystal (GSC reused yellow's options code). Updated the most relevant ones. This code has a bug/feature called "fast options" that reappears due to its reuse in GSC, added some explanation of it in comments
* | Merge pull request #49 from CelestialAmber/masterDaniel Harding2020-05-032-41/+41
|\ \ | | | | | | Port pull request #236 from pokered
| * | Fix Vermilion City spelling on variableCelestialAmber2020-05-032-4/+4
| | |
| * | Port pull request #236 from pokeredCelestialAmber2020-05-032-41/+41
|/ /
* | Merge pull request #48 from CelestialAmber/masterDaniel Harding2020-05-034-1/+1
|\ \ | | | | | | Port pull request #234 from pokered, and fix bloated Pikachu images
| * | Port pull request #234 from pokered, and fix bloated Pikachu imagesCelestialAmber2020-05-034-1/+1
|/ /
* | Merge pull request #47 from ValientOrc98/masterDaniel Harding2020-03-27225-3432/+3452
|\ \ | | | | | | Added warp, warp_to and sign compatibility
| * | Removed EVENT_DISPShakib20012020-03-271-9/+9
| | |
| * | Added warp, warp_to and sign compatibilityShakib20012020-03-27225-3423/+3443
|/ /
* | Merge branch 'master' of https://github.com/CelestialAmber/pokeyellowIIMarckus2020-02-071-21/+21
|\ \
| * | Add trainer_ai pokered changes to pokeyellowAmber Brault2019-12-041-21/+21
| | |
* | | Update Discord link.luckytyphlosion2019-12-191-1/+1
|/ /
* | Add deobfuscation from pokered commitsAmber Brault2019-10-1710-162/+135
| | | | | | | | | | | | | | | | Remove excess linebreaks from surfing_minigame.asm This commit removes the extra line breaks added accidentally from the last commit. Add deobfuscation from pokered commits
* | Label surfing minigame SFXAmber Brault2019-10-119-32/+59
| |
* | Remove .gitmodules file.IIMarckus2019-06-101-4/+0
| |
* | Update toolsCeleste Brault2019-06-1043-1979/+5621
|/
* Prefix AnimatedObject labels with w.luckytyphlosion2018-11-182-26/+25
|
* Clean up pre-linkerscript remnants.luckytyphlosion2018-11-187-173/+284
|
* Rename spritestatedata structs.luckytyphlosion2018-11-1843-258/+251
|
* Update Discord link.luckytyphlosion2018-10-221-1/+1
|
* Merge pull request #36 from ISSOtm/patch-1Daniel Harding2018-04-221-1/+1
|\ | | | | Update RGBDS repo link
| * Update RGBDS repo linkPanda Habert2018-04-091-1/+1
| | | | | | The current link redirects to rednex/rgbds, which is the currently updated repo. This removes the redirection, which might break eventually.
* | Merge pull request #33 from pret/install-instructionsDaniel Harding2018-04-221-3/+6
|\ \ | | | | | | use submodule update instead of clone --recursive
| * | --recursive is easily missedyenatch2018-04-011-3/+6
| |/
* | Merge pull request #32 from pret/fix-bank-constantsDaniel Harding2018-04-2213-445/+309
|\ \ | | | | | | Fix bank constants and use a macro for pcm data
| * | fix some constantsyenatch2018-04-017-13/+14
| | |
| * | remove BANK[] and bank constants from ROMX sectionsyenatch2018-04-017-134/+97
| | |
| * | move pikachu cries into a separate fileyenatch2018-04-012-207/+209
| | |
| * | use a macro for pikachu criesyenatch2018-04-011-209/+107
| |/
* / Fix malformed listsdannye2018-04-221-19/+19
|/ | | | from 8b82d13dd520d387f926db819fda949ad0021b53
* Add pokegold and pokefirered.luckytyphlosion2017-12-311-0/+4
|
* Merge pull request #29 from zechs6437/masterDaniel Harding2017-10-161-1/+1
|\ | | | | call $3c29 -> call EnableAutoTextBoxDrawing
| * call $3c29 -> call EnableAutoTextBoxDrawingZechs64372017-10-161-1/+1
|/
* Rename linkerscriptdannye2017-09-292-1/+1
|
* Merge pull request #27 from Pokechu22/rgbds-0.3.3Daniel Harding2017-09-293-6/+254
|\ | | | | Update code for rgbds 0.3.3
| * Change stack positioning to not use a negative offsetPokechu222017-09-261-2/+2
| | | | | | | | The stack size also is smaller because wBGPPalsBuffer cut into it. This seems wrong, but I don't know how to do it correctly.
| * Use unions instead of negative dsPokechu222017-09-261-3/+14
| |
| * Add a linkerscriptPokechu222017-09-262-1/+238
|/
* Merge pull request #26 from Pokechu22/mnemonic-warningsDaniel Harding2017-09-2623-38/+38
|\ | | | | Fix warnings about deprecated mnemonics on newer builds of rgbds
| * Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-2523-38/+38
|/
* Add Gen 3 disassemblies.luckytyphlosion2017-09-041-2/+6
|
* Add other disassembly links.luckytyphlosion2017-09-041-0/+4
|