| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | warp: SELECT opens quick-warp (B1) + relocate intro-skip to PlayIntro | Ash Ketchum | 2026-07-15 | 2 | -0/+20 |
| | | | | | | | | | | | | - 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. | ||||
| * | fastboot: skip intro/title/menu and autoload save if one exists | Ash Ketchum | 2026-07-15 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | Three small hooks, all gated on CheckForPlayerNameInSRAM (carry = save present): - home/init.asm: skip 'predef PlayIntro' when a save exists - engine/movie/title.asm (PrepareTitleScreen): jp MainMenu, skipping the title screen (only the boot path hits PrepareTitleScreen; return-to-title paths jp DisplayTitleScreen directly, so they're unaffected) - engine/menus/main_menu.asm (MainMenu): after TryLoadSaveFile, if wSaveFileStatus==2 jp SpecialEnterMap, skipping the CONTINUE menu Exported CheckForPlayerNameInSRAM (:: ) so home/init.asm can farcall it. New game (no save) path is fully preserved. Ship pokeyellow.gbc only; the _DEBUG build overflows home ROM0 by 8 bytes with the init hook. | ||||
| * | Identify `wPikachuSpawnStateFlags` and `wPikachuMapScriptFlags` bits, and ↵ | Yoann Fievez | 2026-06-24 | 5 | -13/+13 |
| | | | | | | | | | `PIKAMOVEMENT_*` constants (#158) - Rename `wd471` to` wPikachuSpawnStateFlags`, with `BIT_PIKACHU_SPAWN_*` bits - Rename `wd492` to `wPikachuMapScriptFlags`, with `BIT_PIKACHU_MAP_*` bits - Introduce `PIKAMOVEMENT_*` constants for `ApplyPikachuMovementData` - Refactor `BillsHouse` scripts and Pikachu/Bill movement data | ||||
| * | Use `SOUND_MASK` constant in `TradeAnimCommon` (#159) | CreamElDudJafar | 2026-06-20 | 1 | -1/+1 |
| | | |||||
| * | Rename wd49b to wPikachuEmotionModifier (#156) | Yoann Fievez | 2026-06-14 | 5 | -11/+11 |
| | | | | This variable serves as an override for Pikachu's emotion following specific events like refusing a Thunder Stone. It is automatically cleared when its mood normalizes. | ||||
| * | Document `UpdatePikachuHappinessAndMood` routine (#155) | RainbowMetalPigeon | 2026-06-07 | 1 | -14/+18 |
| | | |||||
| * | Fix comments in `IsNextTileShoreOrWater` (#152) | Narishma-gb | 2026-05-24 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-04-15 | 2 | -3/+7 |
| |\ | |||||
| | * | Relabel SFX_SILPH_SCOPE to SFX_TRAINER_APPEARED (#580) | PokefanMarcel | 2026-04-15 | 1 | -1/+1 |
| | | | |||||
| | * | Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes ↵ | kagnusdev | 2026-04-06 | 1 | -2/+6 |
| | | | | | | | | | (#576) | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 105 | -735/+756 |
| |\| | |||||
| | * | Replace hard-coded numbers with constants in haze.asm (#564) | DrNyk | 2026-01-17 | 1 | -2/+2 |
| | | | |||||
| | * | Align move grammar with pokecrystal (#565) | SnorlaxMonster | 2026-01-17 | 2 | -135/+142 |
| | | | | | | | Add comments explaining the redundant move grammar categories inherited from the Japanese version. | ||||
| | * | Use macros to enforce "hidden object" constraints, and rename them to ↵ | Rangi | 2026-01-07 | 28 | -29/+29 |
| | | | | | | | | | "hidden events" (#559) | ||||
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 2026-01-07 | 5 | -52/+53 |
| | | | | | | | | | them to "toggleable objects" (#557) | ||||
| | * | Replace magic number `$7` with `SLP_MASK` constant (#555) | Jordan Moore | 2025-12-26 | 1 | -2/+2 |
| | | | |||||
| | * | Specify a max item length for `list_start` (#552) | Rangi | 2025-12-15 | 3 | -3/+3 |
| | | | |||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 28 | -117/+133 |
| | | | |||||
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 | 3 | -50/+44 |
| | | | |||||
| | * | Define player and rival names once, to be used in two places (#545) | Rangi | 2025-12-01 | 1 | -2/+2 |
| | | | |||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 27 | -196/+221 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 17 | -49/+51 |
| | | | |||||
| | * | Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540) | Rangi | 2025-11-23 | 3 | -39/+7 |
| | | | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 26 | -71/+82 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Use `OBJ_SIZE` and `TILE_SIZE` from hardware.inc. - `SPRITESTATEDATA1_LENGTH`, `NUM_SPRITESTATEDATA_STRUCTS` and `TILE_1BPP_SIZE` are used in some places. - Highlight an oversight in `OakSpeech` where several direct MBC bank switches are requested. - Remove redundant comments in home/overworld.asm. - Add unreferenced `FillBgMap` function to avoid a byte of dead code. - Some constants added in wram.asm. - Correctly separate the commented code in `SaveMainData`. | ||||
| * | | Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144) | abcboy101 | 2025-12-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 39 | -204/+204 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 32 | -131/+131 |
| | | | |||||
| | * | Consistently use `ld [hli]`/`ld [hld]`, not `ldi`/`ldd` | Rangi | 2025-10-05 | 2 | -8/+8 |
| | | | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 3 | -6/+6 |
| | | | |||||
| | * | Use RAMG_SRAM_ENABLE (#530) | PokefanMarcel | 2025-09-07 | 1 | -1/+1 |
| | | | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 31 | -220/+189 |
| | | | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar` | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-09-06 | 23 | -176/+195 |
| |\| | |||||
| | * | Update comment for clarity (#529) | Vortyne | 2025-09-03 | 1 | -1/+2 |
| | | | | | | | Actually copies from battle struct to party struct to make HP and status changes to a pokemon permanent | ||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 18 | -172/+188 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| | * | Document a bug in `PrintBenchGuyText` (#523) | Narishma-gb | 2025-08-17 | 1 | -0/+9 |
| | | | |||||
| | * | Use `dname` macro to automatically pad names with `"@"` characters (#525) | Rangi | 2025-08-17 | 1 | -1/+1 |
| | | | |||||
| | * | Use `<STAT>_UP1_EFFECT` constants (#522) | PokefanMarcel | 2025-08-16 | 1 | -4/+4 |
| | | | |||||
| | * | Identify `JOYP_SGB_MLT_REQ` constant | Rangi42 | 2025-08-11 | 1 | -4/+4 |
| | | | |||||
| | * | Update hardware.inc to 5.3.0 and use its `JOYP_SGB_*` constants | Rangi42 | 2025-08-11 | 1 | -14/+14 |
| | | | |||||
| | * | Use less generic labels for party finding loops (#514) | kagnusdev | 2025-07-07 | 1 | -4/+4 |
| | | | |||||
| * | | Fix .tilemap file extension, fix some typos (#138) | Narishma-gb | 2025-09-06 | 2 | -8/+8 |
| | | | |||||
| * | | Rename `.asm_39c46` to `.loopSkipTrainer` (#122) | PokefanMarcel | 2025-07-23 | 1 | -4/+4 |
| | | | | | | | | | | | --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | | Replace hardcoded offset with address (#132) | kagnusdev | 2025-07-23 | 1 | -1/+1 |
| | | | |||||
| * | | Add more labels and constants for Options menu (#133) | thoth-33 | 2025-07-23 | 1 | -158/+198 |
| | | | | | | | | | | | | | | | * Copy more structure from pokecrystal --------- Co-authored-by: Rangi42 <sylvie.oukaour+rangi42@gmail.com> | ||||
| * | | Use hardware.inc constants in places unique to Yellow | Rangi42 | 2025-07-02 | 4 | -16/+16 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 64 | -402/+405 |
| |\| | |||||
| | * | Use combined hardware constants | Rangi42 | 2025-06-30 | 8 | -11/+11 |
| | | | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 46 | -317/+317 |
| | | | |||||
| | * | Distinguish single trainer pics section from Pokemon pics | Rangi42 | 2025-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typos | dannye | 2025-06-03 | 5 | -8/+8 |
| | | | |||||
