Commit Graph

  • 2b6134b436 Remove Heavy Ball never happens comment Konrad Borowski 2022-05-25 19:56:53 +02:00
  • 05944aa760 Fix the Stadium patch size in make_patch.c (#83) vulcandth 2022-05-12 19:25:00 -05:00
  • 3ce41509db Correct ClearChannels comment (#80) vulcandth 2022-05-06 12:11:23 -05:00
  • 6ac6de58f5 Prune trailing whitespace (#81) vulcandth 2022-05-06 12:09:52 -05:00
  • 6086da7d0d gfx.py was removed Rangi 2022-04-19 18:13:14 -04:00
  • 7b0977701d Simplify mingle_2bpp_planes Rangi 2022-04-17 15:27:32 -04:00
  • b9b911b5c5 Add hSerialConnectionStatus vc_asserts (#77) Rangi42 2022-04-17 16:36:23 +00:00
  • 1ee3020657 Add hSerialConnectionStatus vc_asserts (#77) vulcandth 2022-04-17 11:35:38 -05:00
  • d0491ecb6e Use NUM_BATTLE_STATS instead of raw numbers Rangi 2022-04-08 17:11:05 -04:00
  • fa8f30723e Port make_patch.c features needed for pokered Rangi 2022-03-26 17:25:35 -04:00
  • fa8e3334b3 Replace magic numbers with constants Rangi 2022-03-20 20:01:08 -04:00
  • 445576afb8 Use noreturn for usage_exit Rangi 2022-03-15 17:35:34 -04:00
  • 10d5f1295a Use -flto for all tools Rangi 2022-03-15 17:29:13 -04:00
  • ccbdbb668c Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3 Rangi 2022-03-14 19:46:07 -04:00
  • e1e74bf039 Add a bpp2png tool to replace gfx.py for converting 1/2bpp to PNG Rangi 2022-03-14 19:41:29 -04:00
  • ea512d33b5 Build the Virtual Console patches with make gold_vc and make silver_vc (#74) Rangi42 2022-03-14 21:04:00 +00:00
  • 3d58fb9556 Build the Virtual Console patches with make gold_vc and make silver_vc (#74) vulcandth 2022-03-14 16:03:15 -05:00
  • fddd1c132b Identify some wMenuJoypad-related button constants Rangi 2022-03-09 19:42:31 -05:00
  • 9a97c99f38 Slightly refactor some C tools Rangi 2022-03-08 21:42:58 -05:00
  • 5f21cf557b Miscellaneous tweaks (#72) Rangi42 2022-03-08 01:49:35 +00:00
  • 7d17d3ce8f Miscellaneous tweaks (#72) FrenchOrange 2022-03-08 02:48:59 +01:00
  • e907992663 Rename *_verbose functions to idiomatic x* Rangi 2022-03-02 21:39:09 -05:00
  • b3440884e5 Remove unused #include <unistd.h> Rangi 2022-02-28 19:28:11 -05:00
  • ef48d7e0fc Clarify how wCurBattleMon works Rangi 2022-02-28 19:26:09 -05:00
  • c43b1f7194 Use constants for PartyAttr in move_effects/thief.asm mid-kid 2022-02-15 18:52:44 +01:00
  • b73663c0a1 Clear however many bytes are needed for wFruitTreeFlags Rangi42 2022-02-14 22:29:31 +00:00
  • b74d56462c Clear however many bytes are needed for wFruitTreeFlags Rangi 2022-02-14 17:28:05 -05:00
  • c64413a025 Define the *_WILDDATA_LENGTH equations to match their data representation Rangi 2022-02-12 10:00:36 -05:00
  • 328786baa9 ClearWindowData clears four menu data buffers, each the same size Rangi42 2022-01-23 02:44:26 +00:00
  • 4cd6284647 ClearWindowData clears four menu data buffers, each the same size Rangi 2022-01-22 21:43:10 -05:00
  • a5d862057a Use VRAM_End in place of sScratch Rangi 2022-01-20 20:16:20 -05:00
  • 6149917db0 Better comments for enemy health percentage code Rangi 2022-01-10 21:25:24 -05:00
  • d850eb831b Don't require a boolean trainer flag for givepoke Rangi 2022-01-10 21:16:32 -05:00
  • 2aba2b9ff0 Use time constants more often Rangi 2022-01-10 20:58:47 -05:00
  • 944d0e5303 Identify why five of six enemy mon base stats are copied Rangi 2022-01-08 14:02:54 -05:00
  • 309c94b401 Use MAP_LENGTH in GetMapPointer Rangi 2021-12-30 18:16:24 -05:00
  • 697093f787 Identify some overworld movement data Rangi 2021-12-22 21:38:24 -05:00
  • 0b9bc28546 Swimmer♀ Mary is unused Rangi 2021-11-28 11:39:49 -05:00
  • 14a21880a0 Use ~X instead of $ff ^ X Rangi 2021-11-23 20:50:17 -05:00
  • ddb01660dd Use compound assignment operators Rangi 2021-11-23 20:46:40 -05:00
  • 0071d0600f Require rgbds 0.5.2 Rangi 2021-11-23 20:42:11 -05:00
  • 98a6bb8b09 Comment unused trainers Rangi 2021-11-03 19:30:55 -04:00
  • 822438074a Launch 'make compare' only for pret repo and not fork Rangi 2021-11-03 19:22:42 -04:00
  • c3f5e8b58e Relocate the beta poker WRAM labels to avoid a NEXTU Rangi 2021-10-30 23:03:41 -04:00
  • fd24d1a3d0 Clarify documentation of maskbits Rangi 2021-10-29 17:33:47 -04:00
  • 5998a045fb Use -1 for terminating happiness probability data Rangi 2021-10-28 17:11:07 -04:00
  • 271b2da7ce Add assertions to some more tables Rangi42 2021-10-24 22:33:32 +00:00
  • 05130829f9 Add assertions to some more tables Rangi 2021-10-24 18:26:31 -04:00
  • 6aa40b9362 Add table assertions to slot machine data Rangi42 2021-10-16 02:17:01 +00:00
  • 7ec200353e Add table assertions to slot machine data Rangi 2021-10-15 22:14:58 -04:00
  • c7cc8fae2d Remove event flags left over from pokecrystal Rangi42 2021-10-10 22:17:27 +00:00
  • 70246dc0be Merge branch 'master' of https://github.com/pret/pokegold Rangi 2021-10-10 18:16:28 -04:00
  • c5ee2234e4 Remove event flags left over from pokecrystal Rangi 2021-10-10 18:16:00 -04:00
  • 1a572ccd27 Kill Freenode. IIMarckus 2021-10-08 04:38:17 -06:00
  • 24eafe25aa Add assert PokemonPicPointers == UnownPicPointers in GetFrontpic Rangi 2021-10-06 17:44:37 -04:00
  • 01c0b36a91 Fix spacing between event scripts Rangi 2021-10-05 21:11:51 -04:00
  • 213f274e2a Rename two sections that are contiguous in pokegold Rangi42 2021-10-06 01:08:02 +00:00
  • 587c2e176e Use constants in the UnusedEnteiScript Rangi 2021-10-05 21:05:59 -04:00
  • f258b87ca0 Rename two sections that are contiguous in pokegold Rangi 2021-10-05 21:05:40 -04:00
  • e315a38db4 Port rewritten tools from pokecrystal Rangi 2021-09-26 22:14:37 -04:00
  • dc1a06ba05 and 50 percent -> and %011111111 Rangi 2021-09-26 22:13:24 -04:00
  • 30d8a72d84 Use EFFECTIVE constant for 1.0× battle damage Rangi 2021-09-26 22:04:08 -04:00
  • c91db56f42 Identify more palettes in CBG layouts Rangi 2021-07-19 18:59:11 -04:00
  • db4817ed1b Fixing comments in BattleCommand_Teleport Rangi 2021-06-20 10:59:17 -04:00
  • c71a69f4de Switch from Travis CI to GitHub Actions Rangi42 2021-06-20 02:20:30 +00:00
  • c4f92950a6 Switch from Travis CI to GitHub Actions Rangi 2021-06-19 22:18:38 -04:00
  • 3eda24dc47 Standardize capitalization of ".Jumptable" Rangi 2021-06-19 19:52:07 -04:00
  • a9dd70cc35 Fix incorrectly swapped constants in Players PC TheFakeMateo 2021-06-08 21:55:25 -05:00
  • f372c25da6 Rename prioritysjump to sdefer travis 2021-06-09 00:40:46 +00:00
  • 4fd14d6bbd Rename prioritysjump to sdefer Rangi 2021-06-08 20:38:56 -04:00
  • 1f0b578ced MON_PKRUS -> MON_POKERUS Rangi 2021-06-07 20:00:24 -04:00
  • 6f11782f63 "ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld [wCurPartyLevel], a" Rangi 2021-06-07 19:37:58 -04:00
  • c133efea5f Add more comments to tileset palette animation functions Rangi 2021-05-30 23:32:07 -04:00
  • 2e1e7ed206 Move the dbbw, dbww, and dbwww macros to legacy travis 2021-05-30 19:59:22 +00:00
  • 43f9f529fa Move the dbbw, dbww, and dbwww macros to legacy Rangi 2021-05-30 15:57:58 -04:00
  • be55d1cfcb Require rgbds 0.5.1 travis 2021-05-09 16:49:13 +00:00
  • 65d1e12d6a Require rgbds 0.5.1 Rangi 2021-05-09 12:47:43 -04:00
  • 6baef12c3a Use {interpolation} to generate sequences of RAM labels travis 2021-04-27 16:31:29 +00:00
  • 2a9ae6ecef Use {interpolation} to generate sequences of RAM labels Rangi 2021-04-27 12:30:04 -04:00
  • 5f2d610345 SPECIAL -> UNUSED_TYPES_END Rangi 2021-04-26 12:00:42 -04:00
  • ca238092ee Use rgbds 0.5.0 travis 2021-04-21 01:18:34 +00:00
  • 40dbe0df04 Use rgbds 0.5.0 Rangi 2021-04-20 21:17:09 -04:00
  • 2449cd9154 Group miscellaneous graphics from main.asm into their own object file Rangi 2021-04-13 12:52:07 -04:00
  • a78b568280 Comment that unused music bytes are left over from more channels travis 2021-04-12 18:54:22 +00:00
  • e1fda4a675 Comment that unused music bytes are left over from more channels Rangi 2021-04-12 14:51:06 -04:00
  • 44a1d2c526 Rename SOUND_REST to SOUND_CRY Rangi 2021-04-12 14:48:17 -04:00
  • e746d745f3 Remove some unnecessary padding allocations Rangi 2021-04-12 14:45:53 -04:00
  • 74bffc2c8d Add some comments regarding 16-bit increment/decrement Rangi 2021-03-24 18:34:31 -04:00
  • 9d5121ba9a Sync some files with pokecrystal Rangi 2021-03-24 10:24:54 -04:00
  • 3c67b81df4 Consistent comments in the tileset animation engine travis 2021-03-24 00:59:15 +00:00
  • b299b8954f Consistent comments in the tileset animation engine Rangi 2021-03-23 20:57:44 -04:00
  • fff16fbe8e Verify uneven list sizes with list_start, li, and assert_list_length macros travis 2021-03-23 14:00:59 +00:00
  • bc59bad170 Verify uneven list sizes with list_start, li, and assert_list_length macros Rangi 2021-03-23 09:57:48 -04:00
  • b2332f27f0 Fix octave argument assertion Rangi 2021-03-22 17:52:13 -04:00
  • 3b7cd90ad7 Miscellaneous cleanup travis 2021-03-22 20:50:26 +00:00
  • ea59f5ee47 Miscellaneous cleanup Rangi 2021-03-22 16:41:10 -04:00
  • 173554053b Clean up some macro definitions travis 2021-03-22 00:11:29 +00:00
  • b4ee57c480 Clean up some macro definitions Rangi 2021-03-21 20:09:39 -04:00
  • aa3a3224c6 Use numeric constants in text strings with "{d:interpolation}" Rangi 2021-03-21 18:14:36 -04:00
  • 9947c39fe5 Assert the sBox1-14 tables have NUM_BOXES entries travis 2021-03-21 21:49:30 +00:00