Commit Graph

  • 35f9c7f6b5
    Merge 3a37b822f9 into 652269b739 Aroymart 2023-05-28 21:07:59 -0500
  • 467fb7ef71
    Merge b9ee8a0936 into 652269b739 JimB16 2023-01-20 22:42:35 -0600
  • 652269b739
    Final readme edit reflecting repository status. master luckytyphlosion 2022-12-16 18:41:38 -0500
  • 75bf6f7930
    Update README to reflect the repository's status. luckytyphlosion 2022-12-16 18:39:24 -0500
  • 6b9ae7817e
    Merge 7d6b97fb2b into 5e0715f257 Colton G. Rushton 2022-06-24 14:05:25 +0000
  • 7d6b97fb2b Fix all warnings and errors Colton G. Rushton 2022-06-24 11:03:10 -0300
  • 40a905e18f
    Merge 055caf75f3 into 5e0715f257 Ryan Tandy 2020-05-28 12:10:11 -0700
  • 5e0715f257 Add yellow sfx to red audio tools dannye 2020-05-25 18:56:18 -0500
  • c1a67e680d Add new crystal audio dump script and update red audio scripts dannye 2020-05-05 19:27:23 -0500
  • 055caf75f3 gbz80disasm: Fix ValueError on some jumps Ryan Tandy 2019-09-20 14:12:12 -0700
  • a28e6f460d Rewrite redsfxheaders.py dannye 2019-08-25 10:55:38 -0500
  • 92496615f0 Rewrite redsfxdisasm.py dannye 2019-08-25 10:18:49 -0500
  • 37b9310dcb Rewrite redmusicdisasm.py dannye 2019-08-18 23:32:36 -0500
  • be6d6c9ce9 Update squarenote and noisenote parameters dannye 2018-03-16 20:36:39 -0500
  • 2425a662d7 Update sfx macro names and pitchenvelope parameters dannye 2018-03-16 18:06:26 -0500
  • 99e497edb5
    Merge e47842bdb1 into 979c98a7c0 xCrystal 2018-02-08 20:56:20 +0000
  • e47842bdb1 Make wram.py compatible with unions xCrystal 2018-02-08 21:48:20 +0100
  • 5431b400d9 Make wram.py compatible with const macro defined symbols xCrystal 2018-02-08 21:23:30 +0100
  • ebbb1ce40d Merge 4828593919 into 979c98a7c0 Zack Marvel 2017-03-16 12:38:03 +0000
  • 1422d6b9fe Merge e5e3641c61 into 979c98a7c0 Zack Marvel 2017-03-16 12:38:03 +0000
  • 979c98a7c0 Merge pull request #103 from eevee/py3 yenatch 2017-02-13 18:09:31 -0500
  • 766dea11bd Merge pull request #1 from pret/py3-continued Eevee 2016-08-31 10:43:47 -0700
  • 080bbf00ff some python3-specific changes py3-continued Bryan Bishop 2016-08-29 15:13:18 -0500
  • 85ee624293 import unittest.mock as mock Bryan Bishop 2016-08-27 19:14:32 -0500
  • 30ec94681f Merge branch 'master' into py3-continued Bryan Bishop 2016-08-27 19:12:23 -0500
  • 74c620d01a Merge pull request #104 from pret/make-tests-mostly-work Bryan Bishop 2016-08-27 18:58:05 -0500
  • 92e1ef72d9 fix many failing tests Bryan Bishop 2016-08-27 12:26:57 -0500
  • 857c18b6d1 py3ize gfx Eevee (Lexy Munroe) 2016-08-24 17:44:28 -0700
  • ceddb579b0 Cut pokeyellow build time in half by nuking __init__.py Eevee (Lexy Munroe) 2016-08-24 17:34:01 -0700
  • 89c054a265 Clean up scan_includes a bit Eevee (Lexy Munroe) 2016-08-24 17:10:04 -0700
  • 30c2048b14 Make crystal use new-style classes on py2 Eevee (Lexy Munroe) 2016-08-24 16:18:46 -0700
  • 82f9226df7 py3ize pcm Eevee (Lexy Munroe) 2016-08-24 16:15:40 -0700
  • 39c0d6d94b Fix enough py3 issues for pokeyellow to finish building Eevee (Lexy Munroe) 2016-08-24 16:05:49 -0700
  • c71e7dd977 Remove use of new.classobj Eevee (Lexy Munroe) 2016-08-24 15:54:41 -0700
  • a64657988a Fix most Python 3 compat issues with futurize --stage1 Eevee (Lexy Munroe) 2016-08-24 15:43:15 -0700
  • 3a37b822f9 fixed rst macros. Andrew Martinek 2016-06-04 02:28:21 -0400
  • 53a41590ec Fix extra debug prints from appearing Andrew Martinek 2016-06-04 00:42:15 -0400
  • 2967ceb135 Formatting Andrew Martinek 2016-06-04 00:17:32 -0400
  • 9c2fcf813b added "nwe" command line option to skip wram labels when considering operation that involve execution such as jp and call Andrew Martinek 2016-06-04 00:11:38 -0400
  • 0e1798937a Merge pull request #100 from luckytyphlosion/master luckytyphlosion 2016-05-30 20:07:21 -0400
  • f286f17bde Variable typo luckytyphlosion 2016-05-30 19:59:25 -0400
  • 426c6b8637 Merge pull request #99 from luckytyphlosion/master luckytyphlosion 2016-05-30 19:30:23 -0400
  • 6d983352cb Comment gbz80disasm.py luckytyphlosion 2016-05-28 19:07:00 -0400
  • 39fc0a33ce Heavily rework gbz80disasm.py luckytyphlosion 2016-05-28 18:08:43 -0400
  • 1ec1ca10d2 Remove broken dependencies from gbz80disasm.py. yenatch 2016-05-23 16:20:28 -0400
  • e46b63cca2 gfx.py: PNGs should be opened in binary mode Tauwasser 2016-02-28 23:14:53 +0100
  • 2ae1ae2f19 Forgot to move a related import in 050b05e5. yenatch 2016-04-10 19:23:29 -0400
  • 050b05e5ce Accidentally moved get_pic_animation out of gfx.py. yenatch 2016-04-10 19:08:07 -0400
  • dfe6571774 Merge branch 'master' of https://github.com/pret/pokemon-reverse-engineering-tools dannye 2016-02-26 09:52:06 -0600
  • 504ca96bba pokemontools now works with tcg dannye 2016-02-26 09:51:55 -0600
  • 68edf51f10 Include pypng. yenatch 2016-02-17 16:27:35 -0500
  • 9644160b87 Don't pointlessly traverse files that are already done. yenatch 2016-01-28 23:20:29 -0500
  • 0b156e7bd6 Don't traverse includes that are commented out. yenatch 2016-01-28 23:20:10 -0500
  • 90a3365a80 Remove the graphics dump code from gfx.py. yenatch 2016-01-28 21:34:38 -0500
  • 8ed04a61e0 Rewrite scan_includes. yenatch 2016-01-28 20:44:49 -0500
  • adbc204d74 Stub Compressed.find_lookback. yenatch 2016-01-20 10:39:54 -0800
  • 6ccd953767 Add unit tests for gfx.py. Marcus Huderle 2015-12-08 20:43:58 -0800
  • ad3d3cd01b Create pokemontools test module. Refactor and add unit tests for pokemontools/pcm.py Marcus Huderle 2015-12-06 13:46:09 -0800
  • fd08d3926b Only read samples from first .wav channel when converting to pcm. Marcus Huderle 2015-11-07 10:39:57 -0800
  • 965dd32443 Fix average sample calculation in wav-to-pcm conversion. Marcus Huderle 2015-11-04 20:20:06 -0800
  • 1514042dac Merge pull request #96 from yenatch/master yenatch 2015-10-24 21:22:10 -0400
  • 119245c5e9 Actually call the newly created condense_image_to_map. yenatch 2015-10-24 18:05:47 -0700
  • e6ebf8af07 Fix condense_tiles_to_map. yenatch 2015-10-24 15:43:23 -0700
  • 17ac571efc Support arbitrary sample rates and 2-byte wide samples in wave-to-pcm conversion. Marcus Huderle 2015-10-22 22:35:25 -0700
  • 5648b88ec2 Add .wav to pcm converter. Marcus Huderle 2015-10-21 23:27:48 -0700
  • 23fb97bf26 Merge pull request #94 from huderlem/master Marcus Huderle 2015-10-19 20:35:42 -0700
  • 7a6efcfdf1 Read labels from symfile, not mapfile. Marcus Huderle 2015-10-18 16:54:02 -0700
  • b9ee8a0936 improved some macro names JimB16 2015-10-19 16:01:40 +0200
  • b25ac6f749 changed half of the sound engine macros JimB16 2015-10-18 23:59:23 +0200
  • 2ca31f660b New sfx names dannye 2015-10-14 16:44:53 -0500
  • 680bb02d29 Merge pull request #92 from yenatch/master yenatch 2015-08-29 14:05:35 -0400
  • 3a6ef54a5e Don't error on extra args in export_2bpp_to_png. yenatch 2015-08-29 10:55:21 -0700
  • c7c5be19fe Add the current address to the output of Decompressed.command_list. yenatch 2015-08-16 20:22:22 -0700
  • 6ffb47f1af Stop short wherever possible, and fix lookback index selection. yenatch 2015-08-16 20:21:30 -0700
  • 5ad74a89ae Merge pull request #91 from yenatch/master yenatch 2015-07-22 02:47:11 -0400
  • 8c8868813a Fix event flags, and read them only if necessary. yenatch 2015-07-21 23:39:12 -0700
  • bf76a6b84a Merge remote-tracking branch 'origin/master' yenatch 2015-06-28 23:18:57 -0700
  • b6500c8620 Fix get_pic_animation. yenatch 2015-06-28 23:15:49 -0700
  • a43ba61bd6 Merge pull request #89 from yenatch/master Bryan Bishop 2015-05-06 19:09:48 -0500
  • 661004c969 remove yaml yenatch 2015-05-06 16:50:16 -0700
  • c6dcd9b9be Fix a modulo by 0 on a default argument to condense_tiles_to_map. yenatch 2015-04-21 09:49:02 -0700
  • 46492bd907 Merge pull request #86 from yenatch/master Bryan Bishop 2015-03-12 12:03:17 -0500
  • 8d86abe882 hotfix: gfx.py doesn't need baserom.gbc to work yenatch 2015-03-11 22:43:04 -0700
  • 1b02df617d map_editor: hotfix for map_header and map_header_2 macros yenatch 2015-02-17 23:53:42 -0500
  • 68eae566ec Merge remote-tracking branch 'origin/master' yenatch 2015-02-11 14:22:50 -0800
  • fb23f2754c Split the lz compression tools out of gfx.py. yenatch 2015-02-07 13:11:38 -0800
  • 36f7ee513e Refactor the compressor again. yenatch 2015-02-07 13:06:08 -0800
  • 78aa4f00be Pointless whitespace tweaks. yenatch 2015-02-07 12:40:15 -0800
  • aec2e7ff64 Refactor get_pic_animation. yenatch 2015-02-07 12:36:22 -0800
  • 2c2ceb7456 Merge pull request #87 from Sanqui/master Bryan Bishop 2015-01-28 13:10:57 -0600
  • f5248045ac redrle: reduce code duplication. IIMarckus 2015-01-08 03:14:58 -0700
  • fa0761ea70 redrle: Add a -r flag to compress by rows (matching GF's behavior). IIMarckus 2015-01-08 02:14:42 -0700
  • 2e76f276d0 Fix parsing arguments Sanky 2014-12-19 21:39:56 +0100
  • 0182bcaf8f Read gfx.yaml for graphics conversion options. yenatch 2014-11-22 13:57:53 -0800
  • 41df23fce3 Refactor the Decompressed class and dump/convert pic animations. yenatch 2014-11-22 13:56:44 -0800
  • 145269cdb7 Left a scalpel in the patient. yenatch 2014-11-02 00:14:05 -0700
  • ca42efaa0d More lenient palette handling. yenatch 2014-11-01 21:11:49 -0700
  • 0dd6b20b2f BSSReader: Fix eval inserting __builtins__ into self.constants. yenatch 2014-11-01 20:42:41 -0700
  • 85e0e2af68 Refactor the de/compressor. yenatch 2014-10-28 22:00:52 -0700
  • 074f8dfdf4 audio: Expose header reads via separate functions. yenatch 2014-10-28 21:54:29 -0700