Commit graph

2317 commits

Author SHA1 Message Date
Rangi 0a62d48df2 Move more tables from engine/ to data/
This also splits the end of engine/battle/core.asm into engine/battle/effects.asm.
2020-06-23 17:50:50 -04:00
Daniel Harding bdeb494add
Merge pull request #243 from Nog-Frog/rename-unused-cd40
Name UnusedCD40
2020-06-21 12:23:10 -05:00
Daniel Harding 9dc71c771e
Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoney
fix SubtractAmountPaidFromMoney comment
2020-06-14 14:41:32 -05:00
Akatsuki-py a3b6d69efc remove two whitespaces 2020-06-06 10:50:05 +09:00
Akatsuki-py 09f07502b3 fix SubtractAmountPaidFromMoney comment 2020-06-05 04:32:12 +09:00
Daniel Harding dfe718d99e
Merge pull request #245 from Nog-Frog/small-changes
Change wGrassRate to wLinkEnemyTrainerName
2020-06-02 09:34:52 -05:00
Nog-Frog 9c01ebc147 Change wGrassRate to wLinkEnemyTrainerName 2020-06-02 12:39:06 +03:00
dannye 20a3d84396 Replace hard-coded value of CRY_SFX_START 2020-05-29 17:30:15 -05:00
Nog-Frog 7ecfd641fb Name UnusedCD40
Every man deserves a name :)
2020-05-29 10:07:53 +03:00
Daniel Harding 50963770f3
Merge pull request #242 from Akatsuki-py/fix_CopyDataUntil
fix comment in CopyDataUntil
2020-05-27 14:36:35 -05:00
Daniel Harding 6119945fca
Merge pull request #241 from Nog-Frog/Fix-Sent-To-Box
Change "Set to box" to "Sent to box"
2020-05-27 14:34:34 -05:00
Daniel Harding d29d0224e5
Merge pull request #239 from Akatsuki-py/use_rept
Use rept macro in CopyHealingMachineOAM
2020-05-27 14:34:06 -05:00
akatsuki-py 18b3aa621f fix comment in CopyDataUntil 2020-05-28 04:15:53 +09:00
Nog-Frog 39f0bcb987 Change "Set to box" to "Sent to box" 2020-05-26 15:14:46 +03:00
dannye f52c1bb78d Remove accidental file from 6ec4b00 2020-05-24 19:15:21 -05:00
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