thibautbus
8e48bb4e32
Play the museum-guy cue during Oak's lab walk in Yellow
...
Yellow's Pallet Town intro (professor catches the wild Pikachu, then
walks the player to the lab) played the map's default Pallet Town
theme the whole time instead of the dedicated escort cue. Per
pokeyellow's actual scripts: PlayDefaultMusicFadeOutCurrent (run on
every battle exit) legitimately restores Pallet Town's theme after
the Pikachu demo battle for the Whew.../Come with me lines; the
escort cue (MUSIC_MUSEUM_GUY, the same "led by an NPC" theme Pewter's
museum guide uses) only starts in PalletMovementScript_OakMoveLeft,
the first function of the escort script -- but only in pokeyellow's
copy. pokered's copy of that same shared Red/Yellow function only
sets BIT_NO_MAP_MUSIC and leaves whatever was already playing
(MUSIC_MEET_PROF_OAK) running uninterrupted into the lab.
Start Music_MuseumGuy at the top of escortToLab, gated on Yellow so
Red/Blue keeps its unchanged behavior, and fix the Oak-escort warp's
keepMusic comment to say which song rides the warp in each version.
2026-08-11 14:00:40 +02:00
Shane McGovern
a0279f5be2
Merge branch 'dev' into find-mods-release-stats
...
Resolve conflicts with the dev rewrite:
- LauncherView.lua / RomImporter.lua / ModUpdate.lua /
docs/new-features.md: dev already carries the Find Mods stats &
sort work (in evolved async form), so take dev's versions. The
auto-merge's duplicate blocking _findStats is dropped.
- release.yml: keep dev's split version/love-payload/linux-arm64/
xbox-uwp job structure and re-wire the Linux ARM SBC PortMaster
step to needs.version.outputs.version (steps.ver no longer exists).
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-08-11 11:30:15 +01:00
MaxTomahawk
2c8c800584
feat: add shared date and time formatting
2026-08-11 11:17:32 +02:00
MaxTomahawk
ccb5358aad
feat: expose public Pokemon icon presentation
2026-08-11 11:16:58 +02:00
MaxTomahawk
4db97164bb
feat: anchor first checkpoint for cold restart
2026-08-11 08:59:47 +02:00
MaxTomahawk
882763cfe1
feat: checkpoint scripted battle decisions
2026-08-11 08:58:33 +02:00
david
798f3c25c0
Export legacy mod option schemas
2026-08-10 20:23:01 -07:00
anxiousintrovert
d21a0edffc
Fix hidden battle UI overlay backgrounds
2026-08-10 20:03:33 -05:00
david
02024fef58
Export versioned mod option schemas
2026-08-10 17:34:08 -07:00
Hanan Rodebaugh
a4c51eccea
expand cached data used when checking mods
2026-08-10 19:12:37 -04:00
Solidus Snake
a9767e5df1
Add native TLS for Android love.system and desktop gen1tls.
...
Expose a non-blocking TLS socket API to mods (WSS clients) without bundling
any game-specific multiworld content.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-08-10 17:43:53 -04:00
AverageConsumer
e59175fc89
feat(mods): allow caught markers in wild battle HUDs
2026-08-10 23:36:38 +02:00
MaxTomahawk
59725c0ead
feat(mods): add battle menu auxiliary action
2026-08-10 23:32:38 +02:00
MaxTomahawk
4e20f4585f
fix(mods): emit restore lifecycle after title resume
2026-08-10 23:32:35 +02:00
MaxTomahawk
1c37867e52
fix(mods): keep title resume independent
2026-08-10 23:32:35 +02:00
MaxTomahawk
67491e2dac
feat(mods): expose selected save chronology
2026-08-10 23:32:35 +02:00
MaxTomahawk
2d85c9595d
test: cover title checkpoint resume recovery
2026-08-10 23:32:35 +02:00
MaxTomahawk
b8138ef850
feat(mods): resume selected checkpoints from title
2026-08-10 23:32:35 +02:00
AverageConsumer
e3fc8380cf
feat(mods): expose safe overworld party reordering
2026-08-10 23:25:54 +02:00
github-actions
b9afaaae60
chore(ios): update app-repo.json [skip ci]
2026-08-10 17:19:13 -04:00
bryanthaboi
4d03a38067
Merge pull request #1060 from bryanthaboi/dev
...
bugs and slugs
v0.1.77
2026-08-10 17:11:22 -04:00
bryanthaboi
79ed37699e
Merge pull request #1055 from AverageConsumer/codex/mod-grid-navigation-hooks
...
Mod API: allow alternate battle grids to own navigation
2026-08-10 17:08:24 -04:00
bryanthaboi
abf0f9e98a
Merge pull request #1057 from ShaneMcGovernIE/shanemcgovernie-fix-index-unexpected-character
...
Handle non-JSON update responses
2026-08-10 17:07:43 -04:00
bryanthaboi
3955721bfc
Merge pull request #1058 from castdrian/ios-documents
...
feat(ios): expose app data in Documents dir
2026-08-10 17:07:05 -04:00
bryanthaboi
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,,
2026-08-10 17:06:24 -04:00
Adrian Castro
41e6507665
docs(ios): document public Documents storage
2026-08-10 22:56:15 +02:00
Adrian Castro
5482ac590d
fix(ios): guard missing game payload
2026-08-10 22:56:15 +02:00
Adrian Castro
28440eb936
fix(ios): expose runtime data in Documents
2026-08-10 22:56:15 +02:00
Shane McGovern
f606840216
Handle non-JSON update responses
...
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-08-10 20:51:57 +01:00
AverageConsumer
6a990bf79f
feat(mods): allow alternate battle grids to own navigation
2026-08-10 21:22:09 +02:00
github-actions
ab5fed60fe
chore(ios): update app-repo.json [skip ci]
2026-08-10 15:16:03 -04:00
bryanthaboi
e3a215e081
Merge pull request #1052 from bryanthaboi/dev
...
revisions and buggies
v0.1.76
2026-08-10 15:05:40 -04:00
bryanthaboi
7fa758602a
Merge branch 'dev' of https://github.com/bryanthaboi/gen1recomp into dev
2026-08-10 14:59:06 -04:00
bryanthaboi
bb979911c8
Update common.sh
2026-08-10 14:59:04 -04:00
bryanthaboi
f225f8a6e7
Merge pull request #918 from KikiManjaro/pok-nickname-changer-in-save
...
Add nickname editing to the save editor's mon inspector
2026-08-10 14:32:14 -04:00
bryanthaboi
ee891fb8fa
Merge pull request #993 from MaxTomahawk/feat/checkpoint-restore-event
...
feat(mods): signal verified checkpoint restores
2026-08-10 14:31:45 -04:00
bryanthaboi
9d73ff4110
yellow copyright diff
2026-08-10 14:27:00 -04:00
bryanthaboi
0b7ecf1599
Merge pull request #985 from steve1337/issue_#969_linux_app_image
...
[#969 ] Fixes linux AppImage
2026-08-10 14:21:57 -04:00
bryanthaboi
aa45f05c63
Merge pull request #1038 from dlloa/upstream-pr/per-category-game-speed
...
Per-category GAME SPEED (overworld/battle/menu) + core.logic_speed hook
2026-08-10 14:15:59 -04:00
bryanthaboi
9234f12ed0
Merge remote-tracking branch 'origin/dev' into fix1038
...
# Conflicts:
# docs/modding.md
2026-08-10 14:14:39 -04:00
bryanthaboi
26e0bd227e
Merge pull request #1037 from dlloa/upstream-pr/platform-lifecycle-hooks
...
Add core.update / core.quit_to_launcher platform lifecycle hooks
2026-08-10 14:14:17 -04:00
bryanthaboi
64ce66a619
Merge pull request #1023 from AverageConsumer/feature/battle-ui-visibility
...
Mod API: expose battle UI visibility hooks
2026-08-10 14:12:57 -04:00
bryanthaboi
9302bbcbf3
Merge branch 'fix1037' into fix1038
...
# Conflicts:
# docs/modding.md
2026-08-10 14:12:21 -04:00
bryanthaboi
1855f838ef
Merge remote-tracking branch 'origin/dev' into fix1037
...
# Conflicts:
# docs/modding.md
2026-08-10 14:11:45 -04:00
bryanthaboi
11af06a752
Merge remote-tracking branch 'origin/dev' into fix1023
...
# Conflicts:
# docs/modding.md
2026-08-10 14:10:52 -04:00
bryanthaboi
05668591ef
Merge pull request #965 from crusty/feat/worldapi-start-wild-battle
...
Add mod.world:startWildBattle
2026-08-10 14:09:28 -04:00
bryanthaboi
e74beec32d
Merge pull request #970 from swuff-star/modded-evo-item
...
add modding support for custom item effects
2026-08-10 14:09:23 -04:00
bryanthaboi
3efb2c9a6c
Merge pull request #996 from thibautbus/fix/modkit-dump-dataset-utf8-decode
...
Fix: tools/modkit.py crashes on Windows when dumped text isn't representable in the system codepage
2026-08-10 14:09:19 -04:00
bryanthaboi
d3af63e013
Merge pull request #1020 from ArmstrongThomas/agent/variable-size-overworld-sprites
...
Support variable-size anchored overworld sprites
2026-08-10 14:09:13 -04:00
bryanthaboi
ca6bee64b9
Merge pull request #1042 from thibautbus/fix/android-ttf-dpi
...
Fix custom TTF rendering on Android
2026-08-10 14:09:07 -04:00