| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make `DebugSetPokedexEntries` automatically adapt to `NUM_POKEMON` changes ↵ | kagnusdev | 2026-04-06 | 1 | -2/+6 | |
| | | | | | | | | | (#576) | |||||
| | * | Don't pass redundant label names to `nybble_array` and `bit_array` | Rangi | 2026-03-30 | 4 | -16/+6 | |
| | | | ||||||
| | * | Repair Iwata Asks URL (#568) | SnorlaxMonster | 2026-01-24 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: SnorlaxMonster <snorlaxmonster@users.noreply.github.com> | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2026-01-17 | 217 | -2820/+3139 | |
| |\| | ||||||
| | * | Use macros for `WildMonEncounterSlotChances` (#562) | Engezerstorung | 2026-01-17 | 1 | -14/+27 | |
| | | | ||||||
| | * | Use map names with `ToggleData*` symbols (#563) | Narishma-gb | 2026-01-17 | 2 | -8/+9 | |
| | | | ||||||
| | * | 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 | 4 | -149/+162 | |
| | | | | | | | Add comments explaining the redundant move grammar categories inherited from the Japanese version. | |||||
| | * | Document SFX event bug inside Rocket Hideout B1F (#566) | CreamElDudJafar | 2026-01-17 | 2 | -3/+4 | |
| | | | ||||||
| | * | Fix CI for Linux and add CI for macOS (#567) | Rangi | 2026-01-17 | 2 | -20/+59 | |
| | | | ||||||
| | * | Do not compile tools with LTO | Nishant Chatterjee | 2026-01-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use macros to enforce "hidden object" constraints, and rename them to ↵ | Rangi | 2026-01-07 | 40 | -753/+684 | |
| | | | | | | | | | "hidden events" (#559) | |||||
| | * | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 2026-01-07 | 52 | -1128/+1137 | |
| | | | | | | | | | them to "toggleable objects" (#557) | |||||
| | * | Update RGBDS to 1.0.1 (although 1.0.0 still works) | Rangi | 2026-01-01 | 3 | -12/+12 | |
| | | | ||||||
| | * | 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 | 12 | -23/+38 | |
| | | | ||||||
| | * | Comment more unreferenced local labels (#550) | Narishma-gb | 2025-12-15 | 43 | -168/+189 | |
| | | | ||||||
| | * | Clarify how the order of map constants matters for the Town Map (#553) | Rangi | 2025-12-15 | 2 | -102/+235 | |
| | | | ||||||
| | * | Update `StatusScreen`, add `*_STATS_BOX` constants (#546) | Narishma-gb | 2025-12-01 | 5 | -52/+51 | |
| | | | ||||||
| | * | Correct comment | Rangi | 2025-12-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Comment that `farcall` and `callfar` are interchangable | Rangi | 2025-12-01 | 1 | -0/+7 | |
| | | | ||||||
| | * | Define player and rival names once, to be used in two places (#545) | Rangi | 2025-12-01 | 7 | -60/+56 | |
| | | | ||||||
| | * | Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543) | Narishma-gb | 2025-11-27 | 35 | -207/+235 | |
| | | | ||||||
| | * | Avoid magic numbers for most `CopyData` calls (#542) | Rangi | 2025-11-25 | 22 | -57/+68 | |
| | | | ||||||
| | * | Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540) | Rangi | 2025-11-23 | 5 | -44/+16 | |
| | | | ||||||
| | * | Use more hardware and graphics constants (#532) | Narishma-gb | 2025-11-18 | 35 | -121/+138 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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`. | |||||
| | * | Add `_vc` patch targets to `.PHONY` | Rangi | 2025-11-13 | 1 | -1/+11 | |
| | | | ||||||
| * | | Identify characters in `_OakSpeechText2B` and `Printer_GetMonStats.IDNo` (#144) | abcboy101 | 2025-12-30 | 2 | -2/+4 | |
| | | | ||||||
| * | | Convert some PNG graphics to 2-bit grayscale (#143) | Narishma-gb | 2025-12-19 | 20 | -0/+0 | |
| | | | ||||||
| * | | Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141) | Narishma-gb | 2025-11-22 | 3 | -2/+3 | |
| | | | ||||||
| * | | Fix tools/unnamed.py | Rangi | 2025-11-15 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2025-11-12 | 72 | -446/+499 | |
| |\| | ||||||
| | * | Use features of RGBDS 1.0.0 (#537) | Rangi | 2025-11-12 | 61 | -375/+378 | |
| | | | ||||||
| | * | Use the same tools/make_patch.c as Gen 2 | Rangi42 | 2025-11-12 | 1 | -12/+59 | |
| | | | | | | | | | The `--ignore` flag is not needed in Gen 1 | |||||
| | * | Expand comment on `_AfterTrade2Text ` to mention pokeyellow's changes (#536) | PokefanMarcel | 2025-11-06 | 1 | -1/+2 | |
| | | | ||||||
| | * | 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 | 6 | -20/+20 | |
| | | | ||||||
| | * | Clean up home/copy2.asm (#531) | PokefanMarcel | 2025-09-10 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | * Use `SCREEN_WIDTH`, rename loop, and remove obsolete comment in `ClearScreenArea` * Use `SCREEN_HEIGHT` and `lb` in `CopyScreenTileBufferToVRAM` * Use `SCREEN_AREA` in `ClearScreen` | |||||
| | * | Use RAMG_SRAM_ENABLE (#530) | PokefanMarcel | 2025-09-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Separate surfing Pikachu graphics from audio engine code | Rangi | 2025-10-19 | 4 | -1/+4 | |
| | | | | | | | | | Fixes #137 | |||||
| * | | Misc. naming and cleanup (#139) | Narishma-gb | 2025-09-10 | 53 | -253/+230 | |
| | | | | | | | | | | | | | | | | | | | * 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 | 45 | -462/+532 | |
| |\| | ||||||
| | * | Document visual glitch with Pewter City Gym guy (#526) | PokefanMarcel | 2025-09-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | 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 | 30 | -214/+221 | |
| | | | | | | | | | | | * Label cleanup, add some constants instead of raw numbers * Rename load/save game functions to be more explicit | |||||
| | * | Document where badge and elevator floor "items" are used | Rangi42 | 2025-08-28 | 1 | -1/+2 | |
| | | | ||||||
| | * | Specify file extensions that `make` does not generate | Rangi42 | 2025-08-27 | 1 | -5/+12 | |
| | | | ||||||
| | * | 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 | 4 | -202/+219 | |
| | | | ||||||
| | * | Use `<STAT>_UP1_EFFECT` constants (#522) | PokefanMarcel | 2025-08-16 | 1 | -4/+4 | |
| | | | ||||||
