aboutsummaryrefslogtreecommitdiffstats
path: root/engine (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysSAVER: continuous scrolling (chain pages, no per-page pause)HEADmasterAsh Ketchum1-7/+21
6 daysSL0P menu: confirmation feedback for single-shot cheatsAsh Ketchum1-17/+62
6 daysEXPLORE/SAVER: clamp camera into map bounds after a connection crossAsh Ketchum1-0/+33
6 daysSAVER: wander straight until blocked, and fix the edge-freezeAsh Ketchum1-36/+33
6 daysSL0P menu: add SAVER screensaver (autopilot EXPLORE)Ash Ketchum1-2/+191
6 daysEXPLORE: animate the approach to map edges instead of hard-jumpingAsh Ketchum1-32/+62
6 daysEXPLORE: smooth hardware-scroll animation for in-map page movesAsh Ketchum1-19/+248
7 daysexplore: press A to warp to the viewed locationAsh Ketchum1-28/+110
7 daysexplore: direction arrows showing where you can moveAsh Ketchum1-2/+79
7 daysexplore: rewrite as an instant screen-paging cameraAsh Ketchum1-21/+197
7 daysexplore: don't hide the player (fixes glitchy orphaned Pikachu)Ash Ketchum1-3/+0
7 daysexplore: hide player (camera) + fix menu closeAsh Ketchum2-2/+12
7 daysexplore: pivot to noclip free-roam cameraAsh Ketchum2-143/+11
7 daysexplore: fix map rendering (compute the view pointer ourselves)Ash Ketchum1-12/+51
7 daysexplore (P1): direction markers for legit connectionsAsh Ketchum1-9/+35
7 daysexplore (P1 core): overworld map-connection browserAsh Ketchum1-2/+90
7 daysfix(nowild): use wUnusedFlag (0xCC5B) instead of wc5d8 for the toggleAsh Ketchum2-4/+4
7 daysfix(menu): push ROM bank before CloseTextDisplay (was corrupting collision)Ash Ketchum1-1/+6
7 daysmenu: HMS - give all five HMs (Cut/Fly/Surf/Strength/Flash)Ash Ketchum1-3/+20
7 daysmenu: TEACH - give the whole party an OP coverage movesetAsh Ketchum1-3/+46
7 daysmenu: COINS cheat + expand ITEMS with evolution stones (12 items)Ash Ketchum1-6/+21
7 daysmenu: add NOWILD toggle + REPEL (and repurpose wc5d8 as the flag)Ash Ketchum2-2/+34
7 daysmenu: cheat suite - MONEY, BADGES, DEX, MAXTEAM + ITEMS submenuAsh Ketchum1-42/+203
7 daysmenu: SL0P MENU scaffolding with WARP as a submenuAsh Ketchum2-110/+223
7 daysintro: real 2bpp graphic splash (POKeMON SL0P EDITION)Ash Ketchum1-16/+39
7 daysintro: brief POKeMON SL0P EDITION splash on the fastboot pathAsh Ketchum2-2/+32
7 dayswarp: center the menu box and add a SECRET SL0P WARP MENU bannerAsh Ketchum1-4/+18
7 dayswarp: polish menu (clear bg + hide sprites), 13 destinations, kill the birdAsh Ketchum2-19/+40
7 dayswarp: full quick-warp menu (B2)Ash Ketchum1-6/+64
7 dayswarp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntroAsh Ketchum2-0/+20
7 daysfastboot: skip intro/title/menu and autoload save if one existsAsh Ketchum2-1/+18
2026-06-24Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and `PI...Yoann Fievez5-13/+13
2026-06-20Use `SOUND_MASK` constant in `TradeAnimCommon` (#159)CreamElDudJafar1-1/+1
2026-06-14Rename wd49b to wPikachuEmotionModifier (#156)Yoann Fievez5-11/+11
2026-06-07Document `UpdatePikachuHappinessAndMood` routine (#155)RainbowMetalPigeon1-14/+18
2026-05-24Fix comments in `IsNextTileShoreOrWater` (#152)Narishma-gb1-5/+5
2026-04-15Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580)PokefanMarcel1-1/+1
2026-04-06Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes (#...kagnusdev1-2/+6
2026-01-17Replace hard-coded numbers with constants in haze.asm (#564)DrNyk1-2/+2
2026-01-17Align move grammar with pokecrystal (#565)SnorlaxMonster2-135/+142
2026-01-07Use macros to enforce "hidden object" constraints, and rename them to "hidden...Rangi28-29/+29
2026-01-07Use macros to enforce "missable/hide/show object" constraints, and rename the...Rangi5-52/+53
2025-12-30Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144)abcboy1011-1/+1
2025-12-26Replace magic number `$7` with `SLP_MASK` constant (#555)Jordan Moore1-2/+2
2025-12-15Specify a max item length for `list_start` (#552)Rangi3-3/+3
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb28-117/+133
2025-12-01Update `StatusScreen`, add `*_STATS_BOX` constants (#546)Narishma-gb3-50/+44
2025-12-01Define player and rival names once, to be used in two places (#545)Rangi1-2/+2
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb27-196/+221
2025-11-25Avoid magic numbers for most `CopyData` calls (#542)Rangi17-49/+51