aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * add wEvosMoves instead of using eeveeyenatch2018-03-212-5/+14
| | |/
| | * Merge pull request #179 from bitman44/masterDaniel Harding2018-03-212-572/+382
| | |\ | | | | | | | | Replaced instances of Mon### with the Pokemon's name
| | | * Cleaned up name formattingbitman442018-03-212-382/+383
| | | |
| | | * Replaced instances of Mon### with the Pokemon's namebitman442018-03-202-573/+382
| | |/
| | * sfxnote parameter 1 is length, not dutydannye2018-03-192-2/+2
| | | | | | | | | | | | also bumb submodule
| | * Break up sfxnote parameters into duty, volume, volume change and pitchdannye2018-03-16311-2586/+2598
| | |
| | * Break up pitchenvelope parameters into length and pitch changedannye2018-03-1653-110/+115
| | |
| | * Merge pull request #178 from Eggy0/masterDaniel Harding2018-03-16308-2687/+2687
| | |\ | | | | | | | | Rename unknownsfx0x20, unknownsfx0x10 and unknownnoise0x20
| | | * Made some changesEggy02018-03-16308-2687/+2687
| | | |
| | | * Update audio_macros.asmEggy02018-03-161-3/+3
| | | |
| | | * Changing macro namesEggy02018-03-161-3/+3
| | |/ | | | | | | | | | | | | | | | | | | Changing the following macro names: unknownsfx0x20 to SquareSound - This command, when used in an .asm file that defines an audio piece, generates a square tone modulated by 4 values. unknownnoise0x20 to NoiseSound - This command is similar to SquareSound, but it uses 3 values instead of 4 and generates noise instead of a square tone. unknownsfx0x10 to eSquarePitchEnvelope - This command is not an unknown sound effect, but a modifier for the above two commands which it precedes; it takes one decimal value which is translated into a hexadecimal value when used by the system, and depending on the second digit of this hex value the sounds generated by SquareSound and NoiseSound will have their frequency slide either up (1-7) or down (9-F) or not at all (0,8). E.g. typing 23 will have the system read $17, which will modulate the frequency to slide up because the second digit is 7.
| | * Merge pull request #177 from yenatch/rgbgfxDaniel Harding2018-03-1035-51/+1021
| | |\ | | | | | | | | Use rgbgfx and c tools instead of the submodule.
| | | * forgot to uncomment clean toolsyenatch2018-03-101-1/+1
| | | |
| | | * faster travisyenatch2018-03-101-1/+1
| | | |
| | | * Python is no longer used to build.yenatch2018-03-101-10/+14
| | | |
| | | * Use rgbgfx and c tools instead of the submodule.yenatch2018-03-1033-40/+1006
| | |/
| | * Merge pull request #171 from xCrystal/masterDaniel Harding2018-02-0559-7342/+7342
| | |\ | | | | | | | | Misc style fixes
| | | * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-3050-7221/+7221
| | | | | | | | | | | | | | | | in instructions like add a, x
| | | * Uppercase battle status constantsxCrystal2017-12-3014-158/+158
| | | |
| | * | Merge pull request #174 from Rangi42/masterDaniel Harding2018-02-05408-3607/+3622
| | |\ \ | | | | | | | | | | Add warp, sign, and warp_to macros for data/mapObjects definitions; use base 10 numbers
| | | * | INCBIN don't start with tabsRemy Oukaour2018-01-291-16/+9
| | | | |
| | | * | Block IDs use hex; zero connections use decRemy Oukaour2018-01-29406-406/+406
| | | | |
| | | * | Use base 10 (note, the previous commit resolves #173)Remy Oukaour2018-01-29224-3628/+3628
| | | | |
| | | * | Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour2018-01-29220-1819/+1841
| | |/ /
| | * / Add pokegold and pokefirered.luckytyphlosion2017-12-311-0/+4
| | |/
| | * Replace hardcoded address offsetdannye2017-12-021-1/+1
| | |
| | * Catch a missed hide/show IDdannye2017-10-291-1/+1
| | |
| | * install: rgbds 0.3.3yenatch2017-09-301-13/+13
| | |
| | * Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-2921-38/+219
| | |\ | | | | | | | | Update for RGBDS 0.3.3
| | | * Update Travis configuration to use rgbds 0.3.3Pokechu222017-09-291-2/+2
| | | |
| | | * Rename linkerscript and sort sym filePokechu222017-09-292-1/+2
| | | |
| | | * Use unions rather than negative offsetsPokechu222017-09-291-1/+5
| | | |
| | | * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-0917-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | | * Update Travis configuration to use rgbds 0.3.1Antonio Niño Díaz2017-06-091-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| | | * Add linkerscriptAntonio Niño Díaz2017-06-092-1/+177
| | | | | | | | | | | | | | | | Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| | * | Add Gen 3 disassemblies.luckytyphlosion2017-09-041-0/+4
| | | |
| | * | Add other disassembly links.luckytyphlosion2017-09-041-1/+7
| | | |
| | * | Add Discord link.luckytyphlosion2017-09-041-0/+2
| | | |
| | * | Merge pull request #162 from Helios-vmg/text-correctionsyenatch2017-08-0152-107/+107
| | |\ \ | | | | | | | | | | Replaced $xx in text .asm files with "<xxx>" for consistency
| | | * | Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and ↵Víctor M. González2017-07-3052-107/+107
| | |/ / | | | | | | | | | | | | "<USER>" respectively.
| | * / Fix typos in commentsdannye2017-06-2423-49/+49
| | |/
| | * Typo: SFX_POKEFLUE → SFX_POKEFLUTEdannye2017-05-082-3/+3
| | |
| | * Fix the Stack section.yenatch2017-05-011-2/+2
| | | | | | | | | | | | Negative section sizes are no longer allowed as of rgbds 0.3.0.
| | * Update the rgbds links. v0.2.5 is the last working version.yenatch2017-05-011-4/+6
| | |
| | * Merge commit '52adb84'yenatch2017-04-246-72/+72
| | |\ | | | | | | | | | | | | | | | | | | | | Revert "Fix floating sections" This reverts commit cec6e6e.
| | | * Revert "Fix floating sections"AntonioND2017-03-216-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| | * | INSTALL.md: add a note about different cygwin install pathsSanqui2017-04-191-1/+1
| | | | | | | | | | | | | | | | Fixes #149.
| | * | Merge pull request #152 from strager/strager-fix-oaks-labYamaArashi2017-04-031-22/+14
| | |\ \ | | | | | | | | | | Remove duplicate OaksLabText labels
| | | * | Remove duplicate OaksLabText labelsMatthew Glazar2017-04-021-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For unknown reasons, the text pointer list for Oak's Lab is duplicated. This is currently implemented by treating the two text pointer lists as one large list. This leads to duplicate labels and some confusing logic. Refactor the code to treat the two text pointer lists separately. This lets us remove several labels. It also makes the code which sets the text pointer list self-documenting.
| | * | | Merge pull request #153 from strager/strager-fix-wrong-variableYamaArashi2017-04-031-1/+1
| | |\ \ \ | | | |/ / | | |/| | Use correct variable in EngageMapTrainer