Commit Graph

  • fce5c20c90 more master dionmoustos 2026-06-08 20:30:20 +09:30
  • dfa2809c09 more dionmoustos 2026-06-08 18:25:07 +09:30
  • 40b9de76cf more dionmoustos 2026-06-08 18:24:42 +09:30
  • f541c35a58 more dionmoustos 2026-06-02 20:01:08 +09:30
  • 3f2c4a0ba9 more dionmoustos 2026-06-02 19:59:17 +09:30
  • e77f4cad82 add rematches dionmoustos 2026-06-02 19:57:45 +09:30
  • a96cf3c0b8 more dionmoustos 2026-06-02 18:09:49 +09:30
  • f3b4ff189c Dions QOL Changes dionmoustos 2026-06-02 17:37:02 +09:30
  • b8560820f3 Merge pull request #757 from hedara90/clean-sprite-ranges GriffinR 2026-06-01 16:30:25 -04:00
  • 4d2220e623 Clean up sSpriteRanges Hedara 2026-05-31 21:23:36 +02:00
  • e060ab955b Implement remaining MEMACC commands Marcus Huderle 2026-04-08 18:57:15 -05:00
  • 69e963fbb8 Adjust loop markers and track channels for .mid files. - The loop markers now use meta event 0x6 (Marker) rather than 0x1 (Text Event) - Each track now output midi events on separate midi channels, like pokeemerald. Marcus Huderle 2026-03-28 08:40:35 -05:00
  • 9bbcab4b06 Remove modern compiler warning by removing fakematches (#742) SiliconA-Z 2026-03-23 08:55:42 -04:00
  • d559eb56ce Mark some changes of REVISION >= 0xA to be UBFix. (#738) SiliconA-Z 2026-03-23 08:49:56 -04:00
  • c1d63525d2 Simplify SetObjectSubpriorityByElevation (#737) SiliconA-Z 2026-03-23 08:47:11 -04:00
  • 5bbc876c44 sSpriteImages_Emoticons now uses overworld_frame (#700) Estellar 2026-03-22 10:49:38 -03:00
  • aa283c9993 document pokemon special anim (#710) cawtds 2026-03-22 14:42:13 +01:00
  • 844785f850 Document m4a xcmd 12 (#699) Squeetz 2026-03-22 14:31:21 +01:00
  • aac6ebbc27 Fix object event graphic names (#731) Frank DeBlasio 2026-03-22 09:28:44 -04:00
  • 59bf609685 combine palettes (#723) cawtds 2026-03-22 14:26:24 +01:00
  • cf4f0ce152 Sync DWARF debug sections (#728) Jademalo 2026-03-22 13:23:21 +00:00
  • 7bf571e26a fix ub for forced link movement (#732) cawtds 2026-03-22 14:11:16 +01:00
  • 37d50c4c19 Fix differences in battle_message.c (#736) SiliconA-Z 2026-03-21 20:35:01 -04:00
  • 590d5a6f7b Have GetAvailableObjectEventId match in all versions (#735) SiliconA-Z 2026-03-21 20:05:35 -04:00
  • 3eac222192 Fix matching (#734) SiliconA-Z 2026-03-21 18:41:02 -04:00
  • 891e203ded Simplify DynamicPlaceholderTextUtil_Reset (#719) SiliconA-Z 2026-03-21 18:20:00 -04:00
  • 7b745dc283 Fix rev10's ld_script Marcus Huderle 2026-03-21 16:47:47 -05:00
  • 8f00ac8fe6 Add revision 10 changes (#722) Rairii 2026-03-21 21:12:48 +00:00
  • 0a86141109 Convert all of the remaining .s files to .midi Marcus Huderle 2026-03-21 11:07:20 -05:00
  • 45c0c01f14 Convert most .s files to .midi Marcus Huderle 2026-03-21 10:20:43 -05:00
  • 7e3f822652 CopyValue functions should involve volatile accesses (#720) SiliconA-Z 2026-02-22 09:48:40 -05:00
  • 7cf14a8e9e Fix CI Marcus Huderle 2026-02-22 08:42:04 -06:00
  • 338ec9d956 Update .wav samples to use 'agbl' chunk to accomodate for vanilla's off-by-one loop end behavior (#712) Marcus Huderle 2025-12-28 09:10:08 -06:00
  • 14b76daff8 Convert .aif files to .wav (#711) Marcus Huderle 2025-12-01 09:01:35 -06:00
  • 7299efd381 Merge pull request #709 from PikalaxALT/ignore-cmake-clangd GriffinR 2025-11-16 20:47:49 -05:00
  • b0f9143049 Ignore CMakeLists.txt and cmake/clangd artifacts PikalaxALT 2025-11-16 20:39:37 -05:00
  • 287b37eed2 Remove some make rules copied from pokeemerald GriffinR 2025-10-26 17:49:30 -04:00
  • 4f5fe2a279 Fix incorrect MAPSEC limit for map names GriffinR 2025-07-16 02:45:26 -04:00
  • 6702a58f7c Convert substitute back sprite data to png GriffinR 2025-07-13 13:02:58 -04:00
  • 507f1d8d36 Modern fixes (#697) Jaizu 2025-06-11 20:27:42 +02:00
  • f60d28ceb5 Merge pull request #693 from pret/porymap-6 GriffinR 2025-05-27 10:53:27 -04:00
  • 8701517755 Merge pull request #694 from LOuroboros/startMenuSave GriffinR 2025-05-20 20:53:37 -04:00
  • 32fdf48b0f Merge pull request #695 from RubyRaven6/ruby-misc GriffinR 2025-05-20 20:51:51 -04:00
  • c0036919b0 Add NUM_TILES_PER_METATILE GriffinR 2022-12-03 17:29:02 -05:00
  • 3efb581e7e Linked STARTMENU labels to the entries of sStartMenuActionTable This makes it easier to remove options from the start menu at will. Looking for a STARTMENU label and removing it from enum StartMenuOption and the SetUpStartMenu functions isn't good enough by itself. LOuroboros 2025-05-15 04:37:57 -03:00
  • 82d2283108 Merge branch 'master' of https://github.com/pret/pokefirered into porymap-6 GriffinR 2025-05-14 11:52:22 -04:00
  • d61f959453 Merge pull request #690 from pret/bugfix/keep_temps_in_builddir GriffinR 2025-03-08 02:05:57 -05:00
  • 7f7ff65e06 .i and .s files should be under build/ when KEEP_TEMPS=1 PikalaxALT 2025-03-07 20:29:16 -05:00
  • 7722e7a92c Merge pull request #685 from GriffinRichards/heal-locations-file GriffinR 2025-02-21 12:52:53 -05:00
  • 5f9f173b6a Generate heal location constants automatically, move data back to a single file. GriffinR 2025-02-03 15:57:28 -05:00
  • 65be523af2 Merge pull request #675 from GriffinRichards/generate-map-constants GriffinR 2025-02-03 12:48:49 -05:00
  • bf6bfbd2ed Merge pull request #668 from Kurausukun/pockets GriffinR 2025-02-03 12:29:05 -05:00
  • 355b92f791 consolidate arrow tiles (#682) cawtds 2025-02-03 18:19:40 +01:00
  • d844877218 Rename the Move Relearner specials. (#684) Kevin 2025-01-19 14:14:55 -05:00
  • 587d494421 Merge branch 'porymap-6' into generate-map-constants GriffinR 2024-12-17 20:48:28 -05:00
  • b10c2f7584 Merge branch 'master' of https://github.com/pret/pokefirered into porymap-6 GriffinR 2024-11-26 12:47:28 -05:00
  • 2a3e92e10f Sync Makefile and common syms (#676) GriffinR 2024-11-26 12:46:12 -05:00
  • d4eee4692f Generate region_map_sections from JSON (#677) GriffinR 2024-11-26 12:45:53 -05:00
  • b76867fc3b Replace incorrect Japanese characters GriffinR 2024-11-19 19:27:01 -05:00
  • 94b8dc79de Use LOCALID constants for clone's target_local_id GriffinR 2024-10-16 15:27:53 -04:00
  • b1d92b79b6 Fix event_constants recipe running twice GriffinR 2024-10-15 22:20:43 -04:00
  • 50babdb07f Move local IDs to map.json GriffinR 2024-10-14 23:10:37 -04:00
  • 4dc5c47799 OBJ_EVENT_ID_PLAYER/CAMERA -> LOCALID_PLAYER/CAMERA GriffinR 2024-10-14 22:48:30 -04:00
  • a2e408cf4e Add support for local IDs in map.json GriffinR 2024-10-14 22:44:16 -04:00
  • d2c592030d Sync toolchain fixes from pokeemerald GriffinR 2024-10-11 15:21:06 -04:00
  • bb50006fc9 Move heal locations data to their associated map.json (#673) GriffinR 2024-10-11 15:17:18 -04:00
  • 967a1f98b4 Merge branch 'master' of https://github.com/pret/pokefirered into porymap-6 GriffinR 2024-10-11 13:38:34 -04:00
  • 99de06de5f Fix libpng installation for workflow on Ubuntu 24.04 GriffinR 2024-10-11 13:36:05 -04:00
  • d45b94ea64 Merge branch 'master' of https://github.com/pret/pokefirered into porymap-6 GriffinR 2024-09-18 19:40:41 -04:00
  • 311d317eb3 Merge pull request #672 from GriffinRichards/sync-toolchain GriffinR 2024-09-18 19:40:16 -04:00
  • e47a054393 Sync remaining tools GriffinR 2024-09-14 11:26:14 -04:00
  • f89a69a2d9 Have scaninc ignore non-existing files GriffinR 2024-09-13 23:12:50 -04:00
  • ab80760dfc Fix .d files not updating if .o fails, fix clean rule, remove some unnecessary warnings GriffinR 2024-09-13 20:45:16 -04:00
  • 93b4a7b815 Toolchain sync fixes GriffinR 2024-09-12 12:59:51 -04:00
  • 2ed7806380 Deleted generated constants, add midi.cfg GriffinR 2024-09-12 12:58:22 -04:00
  • f0566e68f0 Sync tools directory GriffinR 2024-09-12 12:39:00 -04:00
  • a14180a64e Initial Makefile sync GriffinR 2024-09-12 12:22:25 -04:00
  • 539ed36160 Merge pull request #662 from cawtds/ub-fix-battle-transition GriffinR 2024-08-29 14:18:26 -04:00
  • caf8c6bfa9 Merge pull request #670 from abcboy101/decode GriffinR 2024-08-29 14:16:53 -04:00
  • 4f7b8c5e9e Merge pull request #663 from cawtds/ub-fix-camera-object GriffinR 2024-08-29 14:11:58 -04:00
  • 5e464c2091 Sync map macro change with pokeemerald GriffinR 2024-08-27 13:57:07 -04:00
  • 6319b453bc Update link_rfu_2.c abcboy101 2024-08-24 22:19:28 -04:00
  • bceff5fb5f add constant for 3 main bag pockets Kurausukun 2024-08-12 14:33:52 -04:00
  • 466a69a6e0 Update src/event_object_movement.c cawtds 2024-08-10 20:41:21 +02:00
  • f155bf5419 Merge pull request #667 from abcboy101/decode GriffinR 2024-08-09 20:46:07 -04:00
  • 588e164e67 Decode unused JP text abcboy101 2024-08-09 20:19:38 -04:00
  • d61220569d fix for potential UB in CameraObjectReset2 cawtds 2024-06-27 16:13:17 +02:00
  • e6eb717275 UB fix ClockwiseWipe_TopRight cawtds 2024-06-25 22:09:08 +02:00
  • c6a2f50491 Merge pull request #657 from aarant/master GriffinR 2024-06-22 12:02:35 -04:00
  • 21e8a142db Revert section rename GriffinR 2024-06-22 11:58:39 -04:00
  • 4c015cd9db Merge pull request #659 from Deokishisu/patch-5 GriffinR 2024-06-22 11:55:49 -04:00
  • b2e2648d15 Use C preprocessor directives GriffinR 2024-06-22 11:51:16 -04:00
  • 9b2fc69e5e Merge pull request #656 from SatoMew/misc-fixes GriffinR 2024-06-22 11:46:13 -04:00
  • ceeb6a4ca0 Merge pull request #661 from Kurausukun/gcc14-fix GriffinR 2024-06-19 09:29:49 -04:00
  • 6bd758f45d fix compilation on gcc 14 Kurausukun 2024-06-06 23:22:37 -04:00
  • 4578a59673 Fix Localization Oversight in Daisy's Text Deokishisu 2024-05-24 22:09:31 -04:00
  • fb0c7dc3f2 Fix Typo in Nurse Script Deokishisu 2024-05-24 21:58:35 -04:00
  • bc76541189 feat: Linkerscript now tracks RAM/ROM usage Ariel A 2024-05-13 21:55:08 -04:00
  • b9dec717da Spring cleaning SatoMew 2024-05-12 14:34:43 +01:00
  • 0c17a3b041 Merge pull request #653 from GriffinRichards/metatile-labels GriffinR 2024-01-19 10:46:18 -05:00