Commit graph

2302 commits

Author SHA1 Message Date
dannye
9a8811b492 Misc minor clean up
spotted by comparing against pokeyellow
2020-05-24 18:59:05 -05:00
akatsuki-py
07165f25dc use rept macro 2020-05-24 04:58:12 +09:00
Daniel Harding
4889e8fa3e
Merge pull request #238 from Akatsuki-py/fix_ffa1
add "hMoney + 2" label for $ffa1
2020-05-20 19:08:49 -05:00
akatsuki-py
a13762b7bb add "hMoney + 2" label for $ffa1 2020-05-21 01:26:06 +09:00
Daniel Harding
606df6a317
Merge pull request #237 from mattbruv/vermilion
Documented Vermilion Gym
2020-05-05 20:46:15 -05:00
Matt
aa030e9673 change input hex to constants 2020-05-05 21:42:40 -04:00
Matt
1978a37e19 document vermilion gym 2020-05-05 21:28:19 -04:00
Daniel Harding
2e44e4562f
Merge pull request #236 from mattbruv/vermilion
label hardcoded HRAM address, start documenting Vermilion
2020-05-03 13:57:59 -05:00
Matt
8210dca8e5 label npc conditional text 2020-05-03 14:41:11 -04:00
Matt
6ec4b00b52 clean up vermilion labels 2020-05-03 14:25:01 -04:00
Matt
b6aa26ffa4 label hardcoded HRAM address, start documenting Vermilion 2020-05-03 02:00:01 -04:00
Daniel Harding
dcff1305fe
Merge pull request #234 from Akatsuki-py/fix_comment
Fix comment from Y pos to X pos
2020-04-30 12:31:03 -05:00
Akatsuki-py
1682aeb62a Fix comment from Y pos to X pos 2020-05-01 02:27:49 +09:00
Daniel Harding
5048f24816
Merge pull request #223 from pret/audio-macros
Audio macros
2020-02-05 17:59:01 -06:00
mid-kid
6348ed24fe
New Discord invite link
Something something community.
2019-12-11 21:00:38 +01:00
mid-kid
ab696295b3
Merge pull request #229 from ketsuban/percent-macro
Use percent macro for trainer AI packages
2019-11-23 23:20:20 +00:00
Thomas Winwood
d8605df73d Use percent macro for trainer AI packages 2019-11-23 19:47:46 +00:00
deak311andris
71090c1349 Deobfuscate Pewter city 2019-10-07 15:53:27 +02:00
deak311andris
1aa28afad4 Deobfuscate Viridian City 2019-10-07 15:45:45 +02:00
deak311andris
2e45c2946a Deobfuscate gyms consistently 2019-10-07 07:23:57 +02:00
deak311andris
8d2afb7c13 OaksLab deobfuscation 2019-10-03 15:19:30 +02:00
dannye
362bba7642 Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
Daniel Harding
bfd1d53d84
Merge pull request #224 from UrsSchmidt/master
Fixed some wrong wram addresses within comments.
2019-08-25 16:09:29 -05:00
Urs-Björn Schmidt
f4cc5663b2 Fixed some wrong wram addresses within comments. 2019-08-25 22:31:28 +02:00
dannye
44b9a240d4 Make pitch_sweep pitch change argument consistent with the other signed magnitude arguments 2019-08-25 09:57:50 -05:00
dannye
8b0cd72a60 Finish cleaning up audio macro arguments and descriptions
break up arguments for stereo_panning and duty_cycle_pattern
note_type fade is signed
properly document arguments for vibrato, tempo, pitch_slide etc
2019-08-18 21:43:15 -05:00
dannye
969b43d443 Update labels to match new audio macro names
and synchronize engine_2 and engine_3 with engine_1
2019-08-17 14:47:16 -05:00
dannye
6574881cda Use generic names for noise instruments
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
2019-07-28 17:29:35 -05:00
dannye
20c4116788 Update audio macro names
change audio channel numbers from 0-7 back to 1-8
change all note macros back to single note macro
todo: fix comments with old macro names, update noise macros/instrument names
2019-07-27 23:21:39 -05:00
Daniel Harding
36597a7917
Merge pull request #220 from Rangi42/master
Replace some hard-coded values with constants
2019-07-17 17:30:53 -05:00
Rangi
092be231cc Merge branch 'master' of https://github.com/pret/pokered 2019-07-07 00:44:30 -04:00
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
a8133da3ee A few missed SFX constant IDs 2019-04-21 18:38:26 -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