<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/main.asm, branch master</title>
<subtitle>Pokemon Yellow disassembly with SL0P mods: fastboot, SECRET SL0P WARP MENU, custom intro splash</subtitle>
<id>https://git.sl0p.foo/pokeyellow.git/atom/main.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/main.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2026-07-15T00:01:51Z</updated>
<entry>
<title>menu: SL0P MENU scaffolding with WARP as a submenu</title>
<updated>2026-07-15T00:01:51Z</updated>
<author>
<name>Ash Ketchum</name>
<email>no-reply@sl0p.foo</email>
</author>
<published>2026-07-15T00:01:51Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=849fc45bc57e9a1f85c4fa98103ec04991406627'/>
<id>urn:sha1:849fc45bc57e9a1f85c4fa98103ec04991406627</id>
<content type='text'>
Refactor the flat warp menu into a table-driven top-level SL0P MENU opened by
SELECT. Each entry = a name in SlopMenuText + a routine in SlopMenuHandlers;
handlers return carry set (a warp was started, exit) or clear (back to the
menu). Ships two entries:
  WARP -&gt; WarpSubmenu (the 13-destination town list)
  HEAL -&gt; SlopHealParty (restore party HP + clear status), demoing an action
Shared open/close display handling (hide sprites, single-space flags, wTileMap
push, restore). Add an entry by appending a name+handler and bumping
SLOP_MENU_COUNT. (renamed engine/warp_menu.asm -&gt; engine/slop_menu.asm)
</content>
</entry>
<entry>
<title>intro: brief POKeMON SL0P EDITION splash on the fastboot path</title>
<updated>2026-07-14T23:12:25Z</updated>
<author>
<name>Ash Ketchum</name>
<email>no-reply@sl0p.foo</email>
</author>
<published>2026-07-14T23:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad'/>
<id>urn:sha1:d5c0f1ab2a04279fd973f4bd8bad5cfbd210f1ad</id>
<content type='text'>
New SlopSplash (engine/slop_intro.asm) clears the screen, draws the two centered
lines, pushes to VRAM and holds ~2s, then MainMenu's autoload continues into the
game. Replaces the vanilla intro/title for the fast-boot-into-save flow.
</content>
</entry>
<entry>
<title>warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntro</title>
<updated>2026-07-14T22:37:04Z</updated>
<author>
<name>Ash Ketchum</name>
<email>no-reply@sl0p.foo</email>
</author>
<published>2026-07-14T22:37:04Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=cbd75bcf8a14a647469e6e89c9c8a816fff9bc10'/>
<id>urn:sha1:cbd75bcf8a14a647469e6e89c9c8a816fff9bc10</id>
<content type='text'>
- home/overworld.asm: SELECT in the overworld farcalls WarpMenu, then restarts
  the overworld loop so the fly-warp flags get processed.
- engine/warp_menu.asm (new): WarpMenu reuses the fly-warp machinery
  (wDestinationMap + BIT_FLY_WARP/BIT_USED_FLY). B1 warps to Pallet
  unconditionally to validate the hook; the real destination menu is next.
- Moved the fastboot intro-skip out of home/init.asm into PlayIntro (bank 10)
  to reclaim ~10 bytes of home ROM0 for the overworld hook. Net boot behavior
  is unchanged; new-game path still shows the intro.
</content>
</entry>
<entry>
<title>Store garbage data as visible PNG files, built as 2bpp</title>
<updated>2026-06-15T21:47:48Z</updated>
<author>
<name>Rangi</name>
<email>sylvie.oukaour+rangi42@gmail.com</email>
</author>
<published>2026-06-15T21:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=6b30b50156a62c574616ea11f2850e5343ad3565'/>
<id>urn:sha1:6b30b50156a62c574616ea11f2850e5343ad3565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/pret/pokered</title>
<updated>2026-01-18T04:38:33Z</updated>
<author>
<name>dannye</name>
<email>33dannye@gmail.com</email>
</author>
<published>2026-01-18T04:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=bc2354dd6626ce28bb9561547ed2107cfa56c18e'/>
<id>urn:sha1:bc2354dd6626ce28bb9561547ed2107cfa56c18e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559)</title>
<updated>2026-01-08T03:05:37Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2026-01-08T03:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=0e49aef88ef94b9d3e80d89e4eb718e9425045df'/>
<id>urn:sha1:0e49aef88ef94b9d3e80d89e4eb718e9425045df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use macros to enforce "missable/hide/show object" constraints, and rename them to "toggleable objects" (#557)</title>
<updated>2026-01-08T03:05:20Z</updated>
<author>
<name>Rangi</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2026-01-08T03:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=fe1e76466b293c83e6cd3a7d4639fb3c49da26ad'/>
<id>urn:sha1:fe1e76466b293c83e6cd3a7d4639fb3c49da26ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'remotes/pokered/master'</title>
<updated>2022-10-03T02:42:26Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2022-10-03T02:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=7dd9d7dc80dcd57ce079d0f365257035e9df4614'/>
<id>urn:sha1:7dd9d7dc80dcd57ce079d0f365257035e9df4614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require rgbds 0.6.0</title>
<updated>2022-10-03T01:14:23Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2022-10-03T01:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=f58dbe3849ecb6c47a703c674458fd63436db946'/>
<id>urn:sha1:f58dbe3849ecb6c47a703c674458fd63436db946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build the Virtual Console patch with `make yellow_vc` (#80)</title>
<updated>2022-03-27T02:05:06Z</updated>
<author>
<name>vulcandth</name>
<email>vulcandth@gmail.com</email>
</author>
<published>2022-03-27T02:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=fbaa5c9d4b48c000a52860a8392fc423c4e312f9'/>
<id>urn:sha1:fbaa5c9d4b48c000a52860a8392fc423c4e312f9</id>
<content type='text'>
</content>
</entry>
</feed>
