Commit Graph

  • e5bebea437 Merge pull request #1077 from MaxTomahawk/feat/battle-menu-auxiliary bryanthaboi 2026-08-12 16:56:04 -04:00
  • 3320eacc26 Merge pull request #1079 from MaxTomahawk/feat/mod-pokemon-icon bryanthaboi 2026-08-12 16:55:55 -04:00
  • b40ff167e7 Merge pull request #1170 from thibautbus/fix/resume-boot-music bryanthaboi 2026-08-12 16:55:32 -04:00
  • c0f654f8c2 Merge pull request #1195 from AverageConsumer/codex/mod-power-info bryanthaboi 2026-08-12 16:55:15 -04:00
  • f4497b4dbb Delete KANTO-CONTINUE.md bryanthaboi 2026-08-12 16:52:38 -04:00
  • b9684ef162 Merge branch 'main' into dev bryanthaboi 2026-08-12 16:51:44 -04:00
  • f394f56395 Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev bryanthaboi 2026-08-12 16:51:29 -04:00
  • 6731937841 Pulled every open Gold bug (bodies, comments, screenshots/videos), matched them against the port and ../pokegold, then split them so each fixer owns a disjoint file set. Duplicates collapsed: #1164 and #1188 are the same Radio Tower stair softlock. #1150 and #1190 are the same Gold rebind freeze. Enhancements (#1161, #1130, #1112, #1100) were left out. Battle 1 src/battle/gen2/*, src/ui/gen2/BattleState.lua #1168 multi-hit always 2 #1180 DV / stats #1185 learn-move text order after a trainer fight #1152 no "Use next POKéMON?" / run after a wild faint Overworld 2 src/world/gen2/*, trade anim, hidden items #1184 Kurt blocking Slowpoke Well #1164 / #1188 Radio Tower gentleman on the stairs #1173 Rock Smash rocks walk left each visit #1172 last item name used Rock Smash #1167 Ilex Forest hidden items #1165 trade movie + ledge hop still missing (#1121 / #1126) UI 3 naming, party, mart, pokegear #1166 grey nickname screen #1162 TM/HM missing ABLE / NOT ABLE #1169 underground herb lady whites out the map #1151 Pokegear black player icon + extra A/B on the phone card Platform 4 Gold options, save slots, pack, mod tab #1150 / #1190 controls freeze #1178 no vibration row #1177 cannot move Gold touch controls #1107 SAVE with no launcher slot #1145 Gold mod tab still lists Gen 1-only mods #1192 RGXX missing tools/rom_manifest_gold.json Drivers only for the progress / data-loss ones (faint-run, multi-hit, Kurt, Radio Tower, Rock Smash shift, herb shop, save slot). No new unit tests. New comments are pokegold file.asm:line only. A verifier agent will get this same list once the four finish and check that the diffs actually fix the reports. Verifier checked the batch against pokegold. Almost everything landed. I closed the two leftovers that were still real bugs: #1185: the active mon no longer reprints GrewToLevel (engine/battle/core.asm:7044). Bench mons still print it, then the stats box, then the learn-move line. #1180: the party list recalcs stats on open, same as Summary. Gold boot now applies options.touchControls / haptics from the Gold options block, not the shared Red pad. # Verdict 1168 multi-hit FIXED 1180 DVs / stats FIXED 1185 learn-move order FIXED (was partial) 1152 run after faint FIXED 1184 Kurt FIXED 1164 / 1188 Radio Tower FIXED 1173 rocks slide FIXED 1172 Rock Smash name FIXED 1167 Ilex hidden items SKIP-OK (already in the Gold cache) 1165 trade + ledge FIXED 1166 nickname color FIXED 1162 TM ABLE / NOT ABLE FIXED 1169 herb shop white-out FIXED 1151 Pokegear FIXED 1150 / 1190 rebind freeze FIXED 1178 vibration FIXED 1177 touch layout FIXED 1107 save slot FIXED 1145 mod tab filter FIXED 1192 RGXX Gold manifest FIXED Nothing is committed. Drivers, from the repo root: POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/multihit_bug1168_test.lua love . Fury Attack should hit 2-5 times. Always twice is still broken. POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/use_next_mon_bug1152_test.lua love . After the lead faints: "Use next POKéMON?" YES opens the party. NO/B tries to run. POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/kurt_well_bug1184_test.lua love . Kurt at the well entrance (16, 14), not on the inner path. POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/radiotower_softlock_bug1164_test.lua love . Gentleman in the 5F office (3, 6). Stairs at (12, 0) clear. POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/rocksmash_shift_bug1173_test.lua love . Route 40 rocks stay put. A slide one cell left is the old bug. POKEPORT_GAME=gold POKEPORT_TOUCH=0 POKEPORT_DRIVER=tests/drivers/herbshop_bug1169_test.lua love . Herb shop intro over the Underground map, not a white screen. POKEPORT_GAME=gold POKEPORT_IDENTITY=gold-bug1107 POKEPORT_DRIVER=tests/drivers/gold_save_slot_bug1107_test.lua love . Look for PASS and a saves/gold/slot*.lua path. CONTINUE should see it. Worth a hand check with no driver: nickname color, a TM for ABLE/NOT ABLE, Pokegear phone B-to-close, OPTION > CONTROLS, a ledge hop, a trade movie, and on a phone OPTION > TOUCH LAYOUT / VIBRATION. give me CLOSES #93939, in a comma separated list each saying CLOSES before each issue number that is fixed CLOSES #1107, CLOSES #1145, CLOSES #1150, CLOSES #1151, CLOSES #1152, CLOSES #1162, CLOSES #1164, CLOSES #1165, CLOSES #1166, CLOSES #1168, CLOSES #1169, CLOSES #1172, CLOSES #1173, CLOSES #1177, CLOSES #1178, CLOSES #1180, CLOSES #1184, CLOSES #1185, CLOSES #1188, CLOSES #1190, CLOSES #1192 bryanthaboi 2026-08-12 16:51:27 -04:00
  • e44769a48a Expose read-only device power info to mods AverageConsumer 2026-08-12 22:13:32 +02:00
  • b2819d04e0 Merge pull request #1191 from AverageConsumer/codex/gen2-screen-render-visible bryanthaboi 2026-08-12 16:10:43 -04:00
  • 52fac8ced6 Honor hidden screen states in Gold rendering AverageConsumer 2026-08-12 20:59:35 +02:00
  • d38faab03c Delete mod-sandbox-notice.txt bryanthaboi 2026-08-12 09:49:43 -04:00
  • 83682f011d grandmas-kitchn bryanthaboi 2026-08-12 09:22:30 -04:00
  • 1176a269e5 Add unit tests thibautbus 2026-08-12 11:25:07 +02:00
  • 96af652d3b Fix lingering title music after Resume Game thibautbus 2026-08-12 11:25:07 +02:00
  • 29a2b9a123 Merge remote-tracking branch 'origin/dev' into feat/mod-pokemon-icon MaxTomahawk 2026-08-12 09:46:44 +02:00
  • 238af263d6 Merge remote-tracking branch 'origin/dev' into feat/battle-menu-auxiliary MaxTomahawk 2026-08-12 09:46:00 +02:00
  • dbd8abe14c chore(ios): update app-repo.json [skip ci] github-actions 2026-08-11 21:44:16 -04:00
  • 04490c9b9a Merge pull request #1147 from bryanthaboi/dev v0.1.79 bryanthaboi 2026-08-11 21:34:58 -04:00
  • 49d094b14d Merge branch 'main' into dev bryanthaboi 2026-08-11 21:32:14 -04:00
  • cd7985e4ac Merge pull request #1072 from dlloa/gen1recomp-issue-28 bryanthaboi 2026-08-11 21:24:57 -04:00
  • 61edf3470f Merge pull request #1067 from swuff-star/audio-mod-load-fix bryanthaboi 2026-08-11 21:23:59 -04:00
  • cd02cd6f33 Merge pull request #1061 from AverageConsumer/codex/mod-world-party-reorder bryanthaboi 2026-08-11 21:23:43 -04:00
  • 127e3da909 Merge pull request #1062 from AverageConsumer/codex/mod-caught-marker-visibility bryanthaboi 2026-08-11 21:23:31 -04:00
  • 8fa702e715 Merge pull request #1064 from TheRealSolidusSnake/feature/tls-support bryanthaboi 2026-08-11 21:23:20 -04:00
  • 3aaaf9936e Merge pull request #1076 from MaxTomahawk/feat/mod-title-checkpoint-resume bryanthaboi 2026-08-11 21:23:08 -04:00
  • af33c6e810 Merge pull request #1078 from MaxTomahawk/feat/scripted-battle-checkpoints bryanthaboi 2026-08-11 21:22:40 -04:00
  • e8eccfd4df Merge pull request #1080 from MaxTomahawk/feat/device-date-time bryanthaboi 2026-08-11 21:21:51 -04:00
  • 241c3345bd Merge pull request #1086 from thibautbus/fix/yellow-pallet-oak-music bryanthaboi 2026-08-11 21:21:36 -04:00
  • 20e0692486 Merge pull request #1087 from MaxTomahawk/fix/battle-decision-settling bryanthaboi 2026-08-11 21:21:14 -04:00
  • 0136429d3e CLOSES #1090, CLOSES #1093, CLOSES #1094, CLOSES #1095, CLOSES #1098, CLOSES #1102, CLOSES #1105, CLOSES #1106, CLOSES #1108, CLOSES #1109, CLOSES #1110, CLOSES #1111, CLOSES #1113, CLOSES #1114, CLOSES #1117, CLOSES #1118, CLOSES #1121, CLOSES #1122, CLOSES #1123, CLOSES #1124, CLOSES #1126, CLOSES #1127, CLOSES #1128, CLOSES #1131, CLOSES #1132, CLOSES #1134, CLOSES #1137, CLOSES #1141 bryanthaboi 2026-08-11 21:19:36 -04:00
  • 01aab1d763 Merge pull request #1138 from dburton95/dev bryanthaboi 2026-08-11 20:00:50 -04:00
  • 3d2d53362d Add trueColor to Gen 2's BattleState.lua Dorian Burton 2026-08-11 17:51:23 -04:00
  • 03838ee1d4 chore(ios): update app-repo.json [skip ci] github-actions 2026-08-11 12:14:09 -04:00
  • 2fabc03841 Merge pull request #1088 from bryanthaboi/dev v0.1.78 bryanthaboi 2026-08-11 12:05:05 -04:00
  • ae6cac89e1 G2 support bryanthaboi 2026-08-11 11:52:56 -04:00
  • 41f02ecfbc fix: settle real battle checkpoint decisions MaxTomahawk 2026-08-11 17:13:29 +02:00
  • cef286b170 Add unit tests thibautbus 2026-08-11 16:55:06 +02:00
  • ab94b96a79 Simplify comments thibautbus 2026-08-11 15:23:32 +02:00
  • cc43bd77d2 Give Oak's Pikachu catch the battle-start flash/wipe transition thibautbus 2026-08-11 14:01:19 +02:00
  • d4dc72d0f4 Fix the old-man demo bag to show 1 Poke Ball in Yellow, 50 in Red/Blue thibautbus 2026-08-11 11:55:41 +02:00
  • 6d841526b1 Hold two frames on Oak's turn before the Pikachu battle starts thibautbus 2026-08-11 14:00:59 +02:00
  • 8e48bb4e32 Play the museum-guy cue during Oak's lab walk in Yellow thibautbus 2026-08-11 12:07:07 +02:00
  • a0279f5be2 Merge branch 'dev' into find-mods-release-stats Shane McGovern 2026-08-11 11:30:15 +01:00
  • 2c8c800584 feat: add shared date and time formatting MaxTomahawk 2026-08-11 11:17:32 +02:00
  • ccb5358aad feat: expose public Pokemon icon presentation MaxTomahawk 2026-08-11 11:16:58 +02:00
  • 4db97164bb feat: anchor first checkpoint for cold restart MaxTomahawk 2026-08-11 08:59:47 +02:00
  • 882763cfe1 feat: checkpoint scripted battle decisions MaxTomahawk 2026-08-11 08:58:33 +02:00
  • 798f3c25c0 Export legacy mod option schemas david 2026-08-10 20:23:01 -07:00
  • d21a0edffc Fix hidden battle UI overlay backgrounds anxiousintrovert 2026-08-10 20:03:33 -05:00
  • 02024fef58 Export versioned mod option schemas david 2026-08-10 17:33:19 -07:00
  • a4c51eccea expand cached data used when checking mods Hanan Rodebaugh 2026-08-10 19:12:37 -04:00
  • a9767e5df1 Add native TLS for Android love.system and desktop gen1tls. Solidus Snake 2026-08-10 17:43:53 -04:00
  • e59175fc89 feat(mods): allow caught markers in wild battle HUDs AverageConsumer 2026-08-10 23:36:38 +02:00
  • 59725c0ead feat(mods): add battle menu auxiliary action MaxTomahawk 2026-08-10 19:01:31 +02:00
  • 4e20f4585f fix(mods): emit restore lifecycle after title resume MaxTomahawk 2026-08-10 20:39:01 +02:00
  • 1c37867e52 fix(mods): keep title resume independent MaxTomahawk 2026-08-10 19:04:21 +02:00
  • 67491e2dac feat(mods): expose selected save chronology MaxTomahawk 2026-08-10 14:47:32 +02:00
  • 2d85c9595d test: cover title checkpoint resume recovery MaxTomahawk 2026-08-10 14:32:34 +02:00
  • b8138ef850 feat(mods): resume selected checkpoints from title MaxTomahawk 2026-08-10 14:23:10 +02:00
  • e3fc8380cf feat(mods): expose safe overworld party reordering AverageConsumer 2026-08-10 23:25:54 +02:00
  • b9afaaae60 chore(ios): update app-repo.json [skip ci] github-actions 2026-08-10 17:19:13 -04:00
  • 4d03a38067 Merge pull request #1060 from bryanthaboi/dev v0.1.77 bryanthaboi 2026-08-10 17:11:22 -04:00
  • 79ed37699e Merge pull request #1055 from AverageConsumer/codex/mod-grid-navigation-hooks bryanthaboi 2026-08-10 17:08:24 -04:00
  • abf0f9e98a Merge pull request #1057 from ShaneMcGovernIE/shanemcgovernie-fix-index-unexpected-character bryanthaboi 2026-08-10 17:07:43 -04:00
  • 3955721bfc Merge pull request #1058 from castdrian/ios-documents bryanthaboi 2026-08-10 17:07:05 -04:00
  • c3855cebec more buggies CLOSES #960, CLOSES #961, CLOSES #968, CLOSES #995, CLOSES #1006, CLOSES #1009, CLOSES #1013, CLOSES #1021, CLOSES #1031, CLOSES #1044, CLOSES #1049, CLOSES #1050, CLOSES #1045,, bryanthaboi 2026-08-10 17:06:24 -04:00
  • 41e6507665 docs(ios): document public Documents storage Adrian Castro 2026-08-10 22:56:09 +02:00
  • 5482ac590d fix(ios): guard missing game payload Adrian Castro 2026-08-10 22:52:33 +02:00
  • 28440eb936 fix(ios): expose runtime data in Documents Adrian Castro 2026-08-10 20:49:47 +02:00
  • f606840216 Handle non-JSON update responses Shane McGovern 2026-08-10 20:51:57 +01:00
  • 6a990bf79f feat(mods): allow alternate battle grids to own navigation AverageConsumer 2026-08-10 21:22:09 +02:00
  • ab5fed60fe chore(ios): update app-repo.json [skip ci] github-actions 2026-08-10 15:16:03 -04:00
  • e3a215e081 Merge pull request #1052 from bryanthaboi/dev v0.1.76 bryanthaboi 2026-08-10 15:05:40 -04:00
  • 7fa758602a Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev bryanthaboi 2026-08-10 14:59:06 -04:00
  • bb979911c8 Update common.sh bryanthaboi 2026-08-10 14:59:04 -04:00
  • f225f8a6e7 Merge pull request #918 from KikiManjaro/pok-nickname-changer-in-save bryanthaboi 2026-08-10 14:32:14 -04:00
  • ee891fb8fa Merge pull request #993 from MaxTomahawk/feat/checkpoint-restore-event bryanthaboi 2026-08-10 14:31:45 -04:00
  • 9d73ff4110 yellow copyright diff bryanthaboi 2026-08-10 14:27:00 -04:00
  • 0b7ecf1599 Merge pull request #985 from steve1337/issue_#969_linux_app_image bryanthaboi 2026-08-10 14:21:57 -04:00
  • aa45f05c63 Merge pull request #1038 from dlloa/upstream-pr/per-category-game-speed bryanthaboi 2026-08-10 14:15:59 -04:00
  • 9234f12ed0 Merge remote-tracking branch 'origin/dev' into fix1038 bryanthaboi 2026-08-10 14:14:39 -04:00
  • 26e0bd227e Merge pull request #1037 from dlloa/upstream-pr/platform-lifecycle-hooks bryanthaboi 2026-08-10 14:14:17 -04:00
  • 64ce66a619 Merge pull request #1023 from AverageConsumer/feature/battle-ui-visibility bryanthaboi 2026-08-10 14:12:57 -04:00
  • 9302bbcbf3 Merge branch 'fix1037' into fix1038 bryanthaboi 2026-08-10 14:12:21 -04:00
  • 1855f838ef Merge remote-tracking branch 'origin/dev' into fix1037 bryanthaboi 2026-08-10 14:11:45 -04:00
  • 11af06a752 Merge remote-tracking branch 'origin/dev' into fix1023 bryanthaboi 2026-08-10 14:10:52 -04:00
  • 05668591ef Merge pull request #965 from crusty/feat/worldapi-start-wild-battle bryanthaboi 2026-08-10 14:09:28 -04:00
  • e74beec32d Merge pull request #970 from swuff-star/modded-evo-item bryanthaboi 2026-08-10 14:09:23 -04:00
  • 3efb2c9a6c Merge pull request #996 from thibautbus/fix/modkit-dump-dataset-utf8-decode bryanthaboi 2026-08-10 14:09:19 -04:00
  • d3af63e013 Merge pull request #1020 from ArmstrongThomas/agent/variable-size-overworld-sprites bryanthaboi 2026-08-10 14:09:13 -04:00
  • ca6bee64b9 Merge pull request #1042 from thibautbus/fix/android-ttf-dpi bryanthaboi 2026-08-10 14:09:07 -04:00
  • b52d183dba Merge pull request #1024 from AverageConsumer/feature/semantic-pc-list-kinds bryanthaboi 2026-08-10 14:09:01 -04:00
  • 23e1877a62 Merge pull request #1025 from AverageConsumer/feature/map-overview-detail-markers bryanthaboi 2026-08-10 14:08:58 -04:00
  • d8736fe33e Merge pull request #1015 from ShaneMcGovernIE/shanemcgovernie-fix-substitute-fainting bryanthaboi 2026-08-10 14:08:53 -04:00
  • a74365a4fd Merge pull request #1043 from ShaneMcGovernIE/shanemcgovernie-fix-rival-collision bryanthaboi 2026-08-10 14:08:49 -04:00
  • 1c2163bb5f Merge pull request #1046 from ShaneMcGovernIE/shanemcgovernie-fix-encounter-rate-grace-period bryanthaboi 2026-08-10 14:08:46 -04:00
  • 12c2677dc2 title screen issues, audio issues, and replacing gf c bryanthaboi 2026-08-10 14:00:26 -04:00
  • ae1b59ce7f fix: restore wild encounter grace period Shane McGovern 2026-08-10 12:15:18 +01:00
  • 02c4de897d Fix champion rival walk-out route Shane McGovern 2026-08-10 10:59:06 +01:00