aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* explore (P1): direction markers for legit connectionsAsh Ketchum12 days1-9/+35
* explore (P1 core): overworld map-connection browserAsh Ketchum12 days1-2/+90
* fix(nowild): use wUnusedFlag (0xCC5B) instead of wc5d8 for the toggleAsh Ketchum12 days3-5/+5
* fix(menu): push ROM bank before CloseTextDisplay (was corrupting collision)Ash Ketchum12 days1-1/+6
* docs: SL0P.md - overview of all SL0P EDITION features + cheat menuAsh Ketchum13 days1-0/+58
* menu: HMS - give all five HMs (Cut/Fly/Surf/Strength/Flash)Ash Ketchum13 days1-3/+20
* menu: TEACH - give the whole party an OP coverage movesetAsh Ketchum13 days1-3/+46
* menu: COINS cheat + expand ITEMS with evolution stones (12 items)Ash Ketchum13 days1-6/+21
* menu: add NOWILD toggle + REPEL (and repurpose wc5d8 as the flag)Ash Ketchum13 days3-3/+35
* menu: cheat suite - MONEY, BADGES, DEX, MAXTEAM + ITEMS submenuAsh Ketchum13 days1-42/+203
* menu: SL0P MENU scaffolding with WARP as a submenuAsh Ketchum13 days4-113/+226
* intro: real 2bpp graphic splash (POKeMON SL0P EDITION)Ash Ketchum13 days4-16/+48
* intro: brief POKeMON SL0P EDITION splash on the fastboot pathAsh Ketchum13 days3-2/+33
* warp: center the menu box and add a SECRET SL0P WARP MENU bannerAsh Ketchum13 days1-4/+18
* warp: polish menu (clear bg + hide sprites), 13 destinations, kill the birdAsh Ketchum13 days2-19/+40
* warp: full quick-warp menu (B2)Ash Ketchum13 days1-6/+64
* warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntroAsh Ketchum13 days5-4/+26
* fastboot: skip intro/title/menu and autoload save if one existsAsh Ketchum13 days3-1/+22
* Comment all trade locations (#161)CreamElDudJafar2026-07-021-7/+7
* Update CI dependenciesRangi2026-07-011-6/+6
* Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI...Yoann Fievez2026-06-2422-165/+199
* Use OAM constants and decimal coordinates in surfing_pikachu_oam.asm (#157)PokefanMarcel2026-06-211-153/+136
* Use `SOUND_MASK` constant in `TradeAnimCommon` (#159)CreamElDudJafar2026-06-201-1/+1
* Store garbage data as visible PNG files, built as 2bppRangi2026-06-156-2/+2
* Rename wd49b to wPikachuEmotionModifier (#156)Yoann Fievez2026-06-146-12/+12
* Document `UpdatePikachuHappinessAndMood` routine (#155)RainbowMetalPigeon2026-06-071-14/+18
* Fix comments in `IsNextTileShoreOrWater` (#152)Narishma-gb2026-05-241-5/+5
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-1513-29/+23
|\
| * Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel2026-04-156-9/+9
| * Change text label `_SilphCo8FSilphWorkerMSilphIsFinishedText` (#578)PokefanMarcel2026-04-092-2/+2
| * Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes (#...kagnusdev2026-04-061-2/+6
| * Don't pass redundant label names to `nybble_array` and `bit_array`Rangi2026-03-304-16/+6
| * Repair Iwata Asks URL (#568)SnorlaxMonster2026-01-241-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-17217-2820/+3139
|\|
| * Use macros for `WildMonEncounterSlotChances` (#562)Engezerstorung2026-01-171-14/+27
| * Use map names with `ToggleData*` symbols (#563)Narishma-gb2026-01-172-8/+9
| * Replace hard-coded numbers with constants in haze.asm (#564)DrNyk2026-01-171-2/+2
| * Align move grammar with pokecrystal (#565)SnorlaxMonster2026-01-174-149/+162
| * Document SFX event bug inside Rocket Hideout B1F (#566)CreamElDudJafar2026-01-172-3/+4
| * Fix CI for Linux and add CI for macOS (#567)Rangi2026-01-172-20/+59
| * Do not compile tools with LTONishant Chatterjee2026-01-071-1/+1
| * Use macros to enforce "hidden object" constraints, and rename them to "hidden...Rangi2026-01-0740-753/+684
| * Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi2026-01-0752-1128/+1137
| * Update RGBDS to 1.0.1 (although 1.0.0 still works)Rangi2026-01-013-12/+12
| * Replace magic number `$7` with `SLP_MASK` constant (#555)Jordan Moore2025-12-261-2/+2
| * Specify a max item length for `list_start` (#552)Rangi2025-12-1512-23/+38
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-1543-168/+189
| * Clarify how the order of map constants matters for the Town Map (#553)Rangi2025-12-152-102/+235
| * Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb2025-12-015-52/+51
| * Correct commentRangi2025-12-011-1/+1