<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pokeyellow.git/engine/battle/wild_encounters.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/engine/battle/wild_encounters.asm?h=master</id>
<link rel='self' href='https://git.sl0p.foo/pokeyellow.git/atom/engine/battle/wild_encounters.asm?h=master'/>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/'/>
<updated>2026-07-15T08:47:08Z</updated>
<entry>
<title>fix(nowild): use wUnusedFlag (0xCC5B) instead of wc5d8 for the toggle</title>
<updated>2026-07-15T08:47:08Z</updated>
<author>
<name>Ash Ketchum</name>
<email>no-reply@sl0p.foo</email>
</author>
<published>2026-07-15T08:47:08Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=c7013cfa7ad99444163ff58512b5dff25bc85713'/>
<id>urn:sha1:c7013cfa7ad99444163ff58512b5dff25bc85713</id>
<content type='text'>
wc5d8 looked unused but the game writes it via computed addresses (observed it
change 56-&gt;44-&gt;35 while walking/warping), so the NOWILD flag got clobbered and
encounters still happened. wUnusedFlag is a genuine unused WRAM0 byte (verified
stable at 0 through walking + warping, not in the save block so it defaults off
each boot). NOWILD flag now persists reliably.
</content>
</entry>
<entry>
<title>menu: add NOWILD toggle + REPEL (and repurpose wc5d8 as the flag)</title>
<updated>2026-07-15T00:18:41Z</updated>
<author>
<name>Ash Ketchum</name>
<email>no-reply@sl0p.foo</email>
</author>
<published>2026-07-15T00:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=defa142490b4bb8d89f655dce3149cc25adaedd2'/>
<id>urn:sha1:defa142490b4bb8d89f655dce3149cc25adaedd2</id>
<content type='text'>
NOWILD toggles wild encounters off (hooked in TryDoWildEncounter, a banked
file) with an ON indicator drawn on its menu row; the flag lives in the unused
wc5d8 WRAM0 byte (renamed wSlopNoWild, always-accessible, defaults 0). REPEL
refills repel steps to 255. (A NOCLIP toggle was prototyped but its hook lands
in the full home bank - deferred until I free ROM0 budget.) SL0P MENU now: WARP
HEAL MONEY BADGES DEX MAXTEAM ITEMS NOWILD REPEL.
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/pret/pokered</title>
<updated>2024-09-25T05:45:00Z</updated>
<author>
<name>dannye</name>
<email>33dannye@gmail.com</email>
</author>
<published>2024-09-25T05:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=a02a98ee7ada1a658e28698484058be2796dc0df'/>
<id>urn:sha1:a02a98ee7ada1a658e28698484058be2796dc0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)</title>
<updated>2024-09-19T01:01:18Z</updated>
<author>
<name>Sylvie</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2024-09-19T01:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=613d34678b7e9da1a467ec48fff23bfa75209871'/>
<id>urn:sha1:613d34678b7e9da1a467ec48fff23bfa75209871</id>
<content type='text'>
Also identify `wPPUpCountAndMaxPP`</content>
</entry>
<entry>
<title>Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457)</title>
<updated>2024-08-04T14:05:33Z</updated>
<author>
<name>Sylvie</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2024-08-04T14:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=77d051479bd0ed96cc2efdba52f837afd1e119c3'/>
<id>urn:sha1:77d051479bd0ed96cc2efdba52f837afd1e119c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Identify various flag labels and bit constants (#454)</title>
<updated>2024-07-16T17:02:54Z</updated>
<author>
<name>Sylvie</name>
<email>35663410+Rangi42@users.noreply.github.com</email>
</author>
<published>2024-07-16T17:02:54Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=8fafca714c07500d1d87bba224f12cf9cc2c8789'/>
<id>urn:sha1:8fafca714c07500d1d87bba224f12cf9cc2c8789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with pokered</title>
<updated>2020-11-04T06:06:44Z</updated>
<author>
<name>dannye</name>
<email>33dannye@gmail.com</email>
</author>
<published>2020-11-04T06:06:44Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=5647ca687b92954dcf37a6ea6bfbc9a341c32de4'/>
<id>urn:sha1:5647ca687b92954dcf37a6ea6bfbc9a341c32de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use constants to delineate map types, and factor out more data</title>
<updated>2020-08-31T14:23:19Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-08-31T14:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=bfd9f617c96af851ad4100b752ea967ef8989edc'/>
<id>urn:sha1:bfd9f617c96af851ad4100b752ea967ef8989edc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync coordinate macros with pokecrystal</title>
<updated>2020-07-07T15:30:10Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-07T15:30:10Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=13129459f11e73df8c556f0c02cd4fca7266a346'/>
<id>urn:sha1:13129459f11e73df8c556f0c02cd4fca7266a346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>callba/callab -&gt; farcall/callfar; jpba/jpab -&gt; farjp/jpfar</title>
<updated>2020-07-07T01:18:22Z</updated>
<author>
<name>Rangi</name>
<email>remy.oukaour+rangi42@gmail.com</email>
</author>
<published>2020-07-07T01:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.sl0p.foo/pokeyellow.git/commit/?id=06db7ec55bbc87ed18db72a53fb20fa7b4da9b29'/>
<id>urn:sha1:06db7ec55bbc87ed18db72a53fb20fa7b4da9b29</id>
<content type='text'>
</content>
</entry>
</feed>
