Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-18 | Prefix AnimatedObject labels with w. | luckytyphlosion | |
2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | |
2018-11-18 | Rename spritestatedata structs. | luckytyphlosion | |
2018-11-18 | SpriteImageBaseOffset -> ImageBaseOffset | luckytyphlosion | |
2018-11-18 | Clean up pre-linkerscript remnants. | luckytyphlosion | |
2018-11-18 | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | |
2018-11-05 | Merge pull request #190 from Pokeglitch/master | luckytyphlosion | |
Fixed some map header files | |||
2018-10-22 | Update Discord link. | luckytyphlosion | |
2018-10-22 | Change Discord link. | luckytyphlosion | |
2018-07-28 | Another map header fix | Pokeglitch | |
2018-07-28 | Fixed some map header files | Pokeglitch | |
2018-07-15 | Merge pull request #187 from Rangi42/master | Daniel Harding | |
Document MissingNo's base stats, and silence an rgbds warning | |||
2018-07-15 | Merge pull request #188 from snelson3/consistent-map-header-comments | Daniel Harding | |
make comments consistent throughout all mapHeader files | |||
2018-07-15 | make comments consistent throughout all mapHeader files | Sam Nelson | |
2018-07-08 | Avoid "Warning: Left shift of negative value" from rgbds | Rangi | |
2018-07-08 | Document the origin of MissingNo's base stats. | Rangi | |
2018-07-02 | Merge pull request #185 from UrsSchmidt/master | Daniel Harding | |
Fixed some inconsistencies in the usage of the if-def directive. | |||
2018-07-02 | Fixed some inconsistencies in the usage of the if-def directive. | Urs-Bjoern Schmidt | |
2018-06-26 | Merge pull request #184 from Pokeglitch/intro-updates | Daniel Harding | |
Updated the intro | |||
2018-06-23 | Updated constants for intro | Pokeglitch | |
2018-06-22 | Updated the intro | Pokeglitch | |
2018-04-22 | Merge pull request #36 from ISSOtm/patch-1 | Daniel Harding | |
Update RGBDS repo link | |||
2018-04-22 | Merge pull request #33 from pret/install-instructions | Daniel Harding | |
use submodule update instead of clone --recursive | |||
2018-04-22 | Merge pull request #32 from pret/fix-bank-constants | Daniel Harding | |
Fix bank constants and use a macro for pcm data | |||
2018-04-22 | Fix malformed lists | dannye | |
from 8b82d13dd520d387f926db819fda949ad0021b53 | |||
2018-04-09 | Update RGBDS repo link | Panda Habert | |
The current link redirects to rednex/rgbds, which is the currently updated repo. This removes the redirection, which might break eventually. | |||
2018-04-01 | fix some constants | yenatch | |
2018-04-01 | remove BANK[] and bank constants from ROMX sections | yenatch | |
2018-04-01 | move pikachu cries into a separate file | yenatch | |
2018-04-01 | use a macro for pikachu cries | yenatch | |
2018-04-01 | --recursive is easily missed | yenatch | |
2018-03-24 | Use rgblink dmg mode | dannye | |
2018-03-24 | Merge pull request #180 from yenatch/fix-wevosmoves | Daniel Harding | |
add wEvosMoves instead of using eevee | |||
2018-03-22 | spaces in EvosMoves | yenatch | |
2018-03-22 | use constants for wEvosMoves size | yenatch | |
2018-03-21 | add wEvosMoves instead of using eevee | yenatch | |
2018-03-21 | Merge pull request #179 from bitman44/master | Daniel Harding | |
Replaced instances of Mon### with the Pokemon's name | |||
2018-03-21 | Cleaned up name formatting | bitman44 | |
2018-03-20 | Replaced instances of Mon### with the Pokemon's name | bitman44 | |
2018-03-19 | sfxnote parameter 1 is length, not duty | dannye | |
also bumb submodule | |||
2018-03-16 | Break up sfxnote parameters into duty, volume, volume change and pitch | dannye | |
2018-03-16 | Break up pitchenvelope parameters into length and pitch change | dannye | |
2018-03-16 | Merge pull request #178 from Eggy0/master | Daniel Harding | |
Rename unknownsfx0x20, unknownsfx0x10 and unknownnoise0x20 | |||
2018-03-16 | Made some changes | Eggy0 | |
2018-03-16 | Update audio_macros.asm | Eggy0 | |
2018-03-16 | Changing macro names | Eggy0 | |
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. | |||
2018-03-10 | Merge pull request #177 from yenatch/rgbgfx | Daniel Harding | |
Use rgbgfx and c tools instead of the submodule. | |||
2018-03-10 | forgot to uncomment clean tools | yenatch | |
2018-03-10 | faster travis | yenatch | |
2018-03-10 | Python is no longer used to build. | yenatch | |