Rangi
|
f99a715fae
|
Replace some hard-coded values with constants
|
2019-07-07 00:44:21 -04:00 |
|
Daniel Harding
|
8addeffe6f
|
Merge pull request #201 from SatoMew/master
Make Cerulean Cave labels consistent throughout the project
|
2019-05-20 23:27:35 -05:00 |
|
dannye
|
edc9f57ad8
|
Update RBY song files
|
2019-04-28 14:22:29 -05:00 |
|
dannye
|
e538d12236
|
Update home/audio.asm from pokecrystal
|
2019-04-21 19:37:53 -05:00 |
|
dannye
|
a8133da3ee
|
A few missed SFX constant IDs
|
2019-04-21 18:38:26 -05:00 |
|
dannye
|
c52ab8fb90
|
Fix collision sfx during surfing
|
2019-04-21 15:27:10 -05:00 |
|
dannye
|
735d5bd4c2
|
Manually merge pokecrystal audio files
and remove more CrystalComplete leftovers
|
2019-04-21 15:13:17 -05:00 |
|
dannye
|
094594bffb
|
Remove leftovers from CrystalComplete
|
2019-04-14 13:41:06 -05:00 |
|
dannye
|
84e5331fcc
|
Bug fix: stop channels from cutting out during battle
|
2019-04-14 13:24:55 -05:00 |
|
dannye
|
b1108ba91e
|
Merge branch 'master' of https://github.com/pret/pokered
|
2019-04-13 17:21:23 -05:00 |
|
dannye
|
970a86ea91
|
Merge commit '32c371b1d3bf5650fa77ada4bc15be6bcce9ea59'
|
2019-04-13 17:02:04 -05:00 |
|
dannye
|
e2c81e10f1
|
Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d'
|
2019-04-13 16:30:36 -05:00 |
|
SatoMew
|
df2a68d6de
|
Replace the few instances of Unknown Dungeon with Cerulean Cave
|
2019-04-08 18:47:31 +01:00 |
|
Daniel Harding
|
725b86ebbe
|
Merge pull request #196 from Rangi42/polishedmaps
Rename map files, labels, and constants to be consistent and work with Polished Map
|
2019-01-13 22:38:16 -06:00 |
|
Daniel Harding
|
108245cb21
|
Merge pull request #195 from Rangi42/master
Remove 'extras' submodule; and add 'make tidy'
|
2019-01-13 22:36:13 -06:00 |
|
Rangi
|
c779602459
|
Rename map files, labels, and constants to be consistent and work with Polished Map
|
2019-01-01 23:33:10 -05:00 |
|
Rangi
|
7032243352
|
Make tools/gfx.py executable
|
2018-12-31 18:56:07 -05:00 |
|
Rangi
|
b8b5ab5e66
|
Reorganize Makefile similarly to pokecrystal
|
2018-12-31 18:12:25 -05:00 |
|
Rangi
|
118c2cf268
|
'make tidy' preserved compressed graphics, like pokecrystal
|
2018-12-31 17:39:49 -05:00 |
|
Rangi
|
729608124f
|
Remove the 'extras' submodule and include a local gfx.py tool instead
|
2018-12-31 17:37:58 -05:00 |
|
Daniel Harding
|
90430e6dee
|
Merge pull request #193 from luckytyphlosion/master
Fix spritestatedata macros and clean up pre-linkerscript remnants.
|
2018-11-19 13:50:07 -06:00 |
|
luckytyphlosion
|
c43bd68f01
|
SpriteImageBaseOffset -> ImageBaseOffset
|
2018-11-18 19:23:56 -05:00 |
|
luckytyphlosion
|
dcaca64f5e
|
Clean up pre-linkerscript remnants.
|
2018-11-18 18:29:24 -05:00 |
|
luckytyphlosion
|
c085aa4a2a
|
Fix spritestatedata macros to be prefixed with w.
|
2018-11-18 17:54:46 -05:00 |
|
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 |
|