Commit graph

2206 commits

Author SHA1 Message Date
luckytyphlosion f386dea5d8
Merge pull request #190 from Pokeglitch/master
Fixed some map header files
2018-11-05 12:55:11 -05:00
luckytyphlosion b250e788bd
Change Discord link. 2018-10-22 22:17:13 -04:00
Pokeglitch 9b6f57832e Another map header fix 2018-07-28 15:56:50 -04:00
Pokeglitch ae2c1036ea Fixed some map header files 2018-07-28 15:51:17 -04:00
Daniel Harding c9da8510c8
Merge pull request #187 from Rangi42/master
Document MissingNo's base stats, and silence an rgbds warning
2018-07-15 21:45:22 -05:00
Daniel Harding 929c65f805
Merge pull request #188 from snelson3/consistent-map-header-comments
make comments consistent throughout all mapHeader files
2018-07-15 21:44:14 -05:00
Sam Nelson ee72316102 make comments consistent throughout all mapHeader files 2018-07-15 10:50:44 -07:00
Rangi eddcbba82f Avoid "Warning: Left shift of negative value" from rgbds 2018-07-08 16:30:25 -04:00
Rangi 462088a25c Document the origin of MissingNo's base stats. 2018-07-08 16:25:39 -04:00
Daniel Harding c859983199
Merge pull request #185 from UrsSchmidt/master
Fixed some inconsistencies in the usage of the if-def directive.
2018-07-02 14:55:09 -05:00
Urs-Bjoern Schmidt b4ab6dc701 Fixed some inconsistencies in the usage of the if-def directive. 2018-07-02 11:34:11 +02:00
Daniel Harding 6ba3765c59
Merge pull request #184 from Pokeglitch/intro-updates
Updated the intro
2018-06-26 22:09:09 -05:00
Pokeglitch 808c2509b0 Updated constants for intro 2018-06-23 11:37:58 -04:00
Pokeglitch 01fe449837 Updated the intro 2018-06-22 23:06:05 -04:00
dannye 98f09b6d26 Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
Daniel Harding 91e55dbe0b
Merge pull request #180 from yenatch/fix-wevosmoves
add wEvosMoves instead of using eevee
2018-03-24 13:25:15 -05:00
yenatch 5c4397c899 spaces in EvosMoves 2018-03-22 23:20:55 -04:00
yenatch bd35b37262 use constants for wEvosMoves size 2018-03-22 23:09:49 -04:00
yenatch c80eddf988 add wEvosMoves instead of using eevee 2018-03-21 18:55:09 -04:00
Daniel Harding 509ee98219
Merge pull request #179 from bitman44/master
Replaced instances of Mon### with the Pokemon's name
2018-03-21 07:34:28 -05:00
bitman44 2056bdda52 Cleaned up name formatting 2018-03-21 06:51:03 -05:00
bitman44 8251c6138e Replaced instances of Mon### with the Pokemon's name 2018-03-20 20:27:28 -05:00
dannye 32c371b1d3 sfxnote parameter 1 is length, not duty
also bumb submodule
2018-03-19 00:18:50 -05:00
dannye 4398dde1e4 Break up sfxnote parameters into duty, volume, volume change and pitch 2018-03-16 20:35:40 -05:00
dannye b382473f7b Break up pitchenvelope parameters into length and pitch change 2018-03-16 18:07:41 -05:00
Daniel Harding f8b710769d
Merge pull request #178 from Eggy0/master
Rename unknownsfx0x20, unknownsfx0x10 and unknownnoise0x20
2018-03-16 17:26:06 -05:00
Eggy0 5826f25bef Made some changes 2018-03-16 22:02:14 +01:00
Eggy0 7266657010
Update audio_macros.asm 2018-03-16 20:07:57 +01:00
Eggy0 8a8cbf12ab
Changing macro names
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-16 19:59:06 +01:00
Daniel Harding 42cfe3d361
Merge pull request #177 from yenatch/rgbgfx
Use rgbgfx and c tools instead of the submodule.
2018-03-10 18:36:19 -06:00
yenatch 4768fed52d forgot to uncomment clean tools 2018-03-10 19:18:35 -05:00
yenatch edf2b05ac3 faster travis 2018-03-10 19:14:47 -05:00
yenatch 1aefbfa523 Python is no longer used to build. 2018-03-10 19:04:26 -05:00
yenatch f75049feef Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
Daniel Harding 37ded1d150
Merge pull request #171 from xCrystal/master
Misc style fixes
2018-02-05 11:13:02 -06:00
Daniel Harding b8aa9ec80e
Merge pull request #174 from Rangi42/master
Add warp, sign, and warp_to macros for data/mapObjects definitions; use base 10 numbers
2018-02-05 10:57:14 -06:00
Remy Oukaour 819b678909 INCBIN don't start with tabs 2018-01-29 12:05:06 -05:00
Remy Oukaour 2e0183fc27 Block IDs use hex; zero connections use dec 2018-01-29 11:46:45 -05:00
Remy Oukaour dd4f0a0064 Use base 10 (note, the previous commit resolves #173) 2018-01-29 11:12:59 -05:00
Remy Oukaour d271d69175 Add warp, sign, and warp_to macros for data/mapObjects definitions 2018-01-29 02:31:32 -05:00
luckytyphlosion c84667c4df
Add pokegold and pokefirered. 2017-12-31 13:23:25 -05:00
xCrystal 237aeb8fbd Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
xCrystal 94b9a86c8b Uppercase battle status constants 2017-12-30 00:59:48 +01:00
dannye 9dc48a1be7 Replace hardcoded address offset 2017-12-02 14:40:34 -06:00
dannye 19e4e188ce Catch a missed hide/show ID 2017-10-29 13:22:17 -05:00
yenatch a9a687bd6e install: rgbds 0.3.3 2017-09-30 13:33:44 -04:00
yenatch 5c24193831 Merge pull request #167 from Pokechu22/rgbds-0.3.3
Update for RGBDS 0.3.3
2017-09-29 22:41:34 -04:00
Pokechu22 d7fae287e4 Update Travis configuration to use rgbds 0.3.3 2017-09-29 19:23:55 -07:00
Pokechu22 f95d25c832 Rename linkerscript and sort sym file 2017-09-29 19:22:56 -07:00
Pokechu22 901844f536 Use unions rather than negative offsets 2017-09-29 19:16:08 -07:00