| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | explore: don't hide the player (fixes glitchy orphaned Pikachu) | Ash Ketchum | 7 days | 1 | -3/+0 |
| | | | | | | | | | | Hiding the player left the Yellow Pikachu follower visible and chasing an invisible player -- that's the 'glitchy sprite', and with no visible player the movement looked like it wasn't responding. Reverted the UpdatePlayerSprite hide hook. EXPLORE is now a plain visible noclip ghost-walk: you (and Pikachu) glide through walls and across map seams, and control is obvious. Verified tap-by-tap movement in every direction, through Pallet's fence. | ||||
| * | explore: hide player (camera) + fix menu close | Ash Ketchum | 7 days | 1 | -0/+3 |
| | | | | | | | | | | | | | | - UpdatePlayerSprite: when wSlopNoclip is set, jump to .disableSprite so the player sprite is hidden -> true free-roam camera (bankable bank, no ROM0 cost). - SlopExplore was returning carry-set into .exitProceed, which bare-returns and assumes a warp will redraw the screen; since noclip doesn't warp, the menu window lingered. Now it closes like the B path (SlopMenuRestoreFlags + push bank + jp CloseTextDisplay) so the overworld is rebuilt cleanly. - SL0P.md: document EXPLORE noclip camera + the hooks. Verified A/B in Pallet: noclip on -> player gone, walls/seams passable; off -> player back, collision restored, menu closes cleanly. | ||||
| * | warp: polish menu (clear bg + hide sprites), 13 destinations, kill the bird | Ash Ketchum | 7 days | 1 | -1/+1 |
| | | | | | | | | | | | | - Hide the overworld behind the menu: wUpdateSpritesEnabled=$ff + ClearSprites + ClearScreen so no map tiles or NPCs bleed through. - Single-space the list via BIT_SINGLE_SPACED_LINES + BIT_DOUBLE_SPACED_MENU (restored on exit) so all 13 fly destinations fit: the 11 towns + Route 4 + Route 10 (every map with FlyWarpData coords). - No more bird: don't set BIT_USED_FLY (teleport-in instead of fly-in), and redirect _LeaveMapAnim's .flyAnimation to the plain warp-pad fade. Verified 0 sprites active through the warp transition. | ||||
| * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 13 | -98/+100 |
| |\ | |||||
| | * | Use macros to enforce "hidden object" constraints, and rename them to ↵ | Rangi | 2026-01-07 | 1 | -17/+17 |
| | | | | | | | | | "hidden events" (#559) | ||||
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 2026-01-07 | 3 | -43/+44 |
| | | | | | | | | | them to "toggleable objects" (#557) | ||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 5 | -12/+13 |
| | | | |||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 2 | -6/+6 |
| | | | |||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 4 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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`. | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 2 | -4/+4 |
| |\| | |||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 1 | -1/+1 |
| | | | |||||
| | * | Revise some RAM buffer constants | Rangi | 2025-09-26 | 1 | -3/+3 |
| | | | |||||
| | * | Label and constant cleanup (#528) | Narishma-gb | 2025-09-03 | 1 | -3/+0 |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-07-02 | 9 | -43/+43 |
| |\| | |||||
| | * | Use combined hardware constants | Rangi42 | 2025-06-30 | 3 | -4/+4 |
| | | | |||||
| | * | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 2025-06-30 | 9 | -46/+46 |
| | | | |||||
| | * | Fix sprite data comment (#507) | Vortyne | 2025-05-09 | 1 | -2/+2 |
| | | | | | | | Reduces confusion if someone edits this file since the wrong byte was commented | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-01-30 | 6 | -14/+14 |
| |\| | |||||
| | * | Fix some label typos, and add some constants instead of raw numbers (#492) | Narishma-gb | 2025-01-30 | 1 | -5/+5 |
| | | | |||||
| | * | Consistently capitalize `ASSERT` directives (#489) | Rangi | 2025-01-28 | 1 | -1/+1 |
| | | | |||||
| * | | Identify unnamed functions in map_sprites.asm (#126) | Engezerstorung | 2025-01-23 | 1 | -7/+7 |
| | | | | | | | Also fix a label name | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | Rangi42 | 2024-12-25 | 1 | -1/+1 |
| |\| | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-10-09 | 3 | -11/+17 |
| |\| | |||||
| | * | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 2024-10-07 | 1 | -3/+3 |
| | | | |||||
| | * | `dbsprite` is the wrong macro for `WriteOAMBlock` data (#472) | Vortyne | 2024-09-29 | 3 | -12/+21 |
| | | | |||||
| * | | Rename off-by-one wram labels | dannye | 2024-09-29 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-09-25 | 17 | -183/+190 |
| |\| | |||||
| | * | Identify more bit flags (#465) | Sylvie | 2024-09-24 | 4 | -11/+19 |
| | | | | | | | | | | | * Identify more bit flags * Space | ||||
| | * | Identify more flag bits (#464) | Sylvie | 2024-09-23 | 5 | -22/+22 |
| | | | |||||
| | * | Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462) | Sylvie | 2024-09-18 | 1 | -3/+3 |
| | | | | | | | Also identify `wPPUpCountAndMaxPP` | ||||
| | * | Identify wcf91 as wCurPartySpecies, wCurItem, and wCurListMenuItem (#457) | Sylvie | 2024-08-04 | 1 | -1/+1 |
| | | | |||||
| | * | Identify various flag labels and bit constants (#454) | Sylvie | 2024-07-16 | 12 | -143/+142 |
| | | | |||||
| | * | Identify some unused WRAM variables (#453) | Sylvie | 2024-06-15 | 3 | -4/+4 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2024-05-05 | 1 | -1/+1 |
| |\| | |||||
| | * | Delete a couple EOL whitespace. | vulcandth | 2023-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-21 | 3 | -43/+30 |
| |\| | |||||
| | * | Fix a few usages of EFFECTIVE | dannye | 2023-11-21 | 1 | -1/+1 |
| | | | |||||
| | * | Fix inaccurate comment in UpdateNPCSprite | Rangi42 | 2023-11-21 | 1 | -2/+2 |
| | | | | | | | | | Fixes #404 | ||||
| | * | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 2023-11-20 | 2 | -3/+3 |
| | | | |||||
| | * | Add `bigdw` and `dc` data macros | Rangi42 | 2023-11-20 | 1 | -16/+3 |
| | | | |||||
| | * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 1 | -19/+19 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 5 | -37/+36 |
| |\| | |||||
| | * | Name unnamed labels in seafoam islands and pokemon mansion script files (#435) | Vortyne | 2023-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | * Update PokemonMansion1F.asm * Name unnamed seafoam/mansion labels | ||||
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 1 | -31/+30 |
| | | | |||||
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 3 | -5/+5 |
| | | | | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | ||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 2 | -35/+37 |
| |\| | |||||
| | * | Revert PR #395 | Rangi | 2022-09-26 | 1 | -1/+1 |
| | | | |||||
| | * | Bug: Sprites can receive the wrong movement byte (#395) | Vortyne | 2022-09-26 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| | * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 1 | -2/+2 |
| | | | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| | * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 1 | -4/+4 |
| | | | |||||
