Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | Fix #709 miscellaneous issues | Rangi | |
2020-04-08 | lemme just fuckin uhhhhhhhhhhhhhhhhhhhh | mid-kid | |
use stable rgbds or smth | |||
2020-04-08 | Merge pull request #708 from Rangi42/master | Rangi | |
Remove unused nonmatching files for electro_ball.png and sgb_border.bin | |||
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi | |
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility. | |||
2020-04-06 | Merge pull request #707 from Rangi42/master | mid-kid | |
Update the header structure | |||
2020-04-06 | Ensure that the cartridge header is patched over all $00s, and comment on ↵ | Rangi | |
the entry point format | |||
2020-04-06 | hStackBank -> hTempBank | Rangi | |
2020-04-06 | hBuffer -> hStackBank and hFarByte | Rangi | |
2020-04-06 | Merge pull request #705 from Rangi42/master | Rangi | |
Upgrade to rgbds 0.4.0, and do miscellaneous fixes | |||
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi | |
2020-04-06 | Bump tools/unnamed.py to RGBDS object version 13 | mid-kid | |
2020-04-04 | Add an FAQ about sharing code | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-04-04 | Miscellaneous fixes: | Rangi | |
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels | |||
2020-04-04 | Move, comment, and simplify some macro definitions | Rangi | |
2020-04-04 | Upgrade to rgbds 0.4.0 | Rangi | |
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file | |||
2020-04-02 | Merge pull request #704 from LIJI32/gfx_bugfix | mid-kid | |
(gfx.c) Fix several out-of-bound reads in; fix a memory leak | |||
2020-04-02 | Fix bad round, memset VLA | Lior Halphon | |
2020-04-02 | Indentation conventions, use C99 variable length arrays | Lior Halphon | |
2020-04-02 | Fix several out-of-bound reads; fix a memory leak | Lior Halphon | |
2020-03-31 | Assorted labels in mobile related code (#702) | Andrew Cook | |
Rename assorted labels in mobile-related code | |||
2020-03-23 | Merge pull request #699 from Rangi42/master | Rangi | |
Resolve some miscellaneous issues | |||
2020-03-21 | Add suffixes to some constants to avoid ambiguity | Rangi | |
- `PSYCHIC` → `PSYCHIC_TYPE` (not the trainer `PSYCHIC_T` or the move `PSYCHIC_M`) - `BLACKBELT` → `BLACKBELT_I` (not the trainer `BLACKBELT_T`) - `CURSE_T` → `CURSE_TYPE` (not the move `CURSE`) - `TOWN_MAP_D` → `TOWN_MAP_POSTER` (not the item `TOWN_MAP`) This also uncovered a misidentified event: `EVENT_DECO_PLANT_4` → `EVENT_DECO_POSTER_1`. (There are three plants and four posters.) | |||
2020-03-21 | Remove some redundant comments superseded by labels (see #693) | Rangi | |
2020-03-21 | Revert the broken CheckTypeMatchup bugfix simplification from ↵ | Rangi | |
5728d0141793d832476b3f7b5c0844166fa7c242 | |||
2020-03-21 | rgbds supports 'X - 1' instead of 'X + -1' | Rangi | |
2020-03-21 | Miscellaneous fixes from #694 | Rangi | |
2020-03-16 | Combine Celebi frames into one PNG | Rangi | |
2020-03-15 | Merge pull request #696 from Rangi42/master | Rangi | |
Rename LANDMARK_* constants, and refactor flypoints | |||
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-03-15 | Refactor flypoints to separate const definition from data usage | Rangi | |
2020-03-11 | Add tools/used_space.py to visualize the ROM based on the .map file | Rangi | |
2020-03-11 | Add tools/used_space.py to visualize the ROM based on the .map file | Rangi | |
2020-03-01 | Merge pull request #692 from Rangi42/master | mid-kid | |
Change how some PNG graphics are formatted | |||
2020-03-01 | Change how some PNG graphics are formatted | Rangi | |
2020-02-28 | Merge pull request #691 from Rangi42/master | Rangi | |
Identify remaining gfx/unknown files, and document a Teleport bug | |||
2020-02-28 | 'and BANK' -> 'aka BANK' | Rangi | |
2020-02-28 | Document a bug where Teleport cannot fail for wild Pokémon | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | Rangi | |
2020-02-26 | Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.png | Rangi | |
2020-02-26 | Fix some comments and whitespace | Rangi | |
2020-02-25 | Merge pull request #690 from Rangi42/master | Rangi | |
Identify some labels and constants for Battle Tower | |||
2020-02-25 | unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps) | Rangi | |
2020-02-25 | Identify some labels and constants for Battle Tower | Rangi | |
2020-02-25 | Merge pull request #689 from mid-kid/master | Rangi | |
Fix Mac OSX install instructions | |||
2020-02-25 | Fix SRAM references in Function140ae | mid-kid | |
2020-02-25 | Fix Mac OSX install instructions | mid-kid | |
2020-02-24 | Merge pull request #688 from Rangi42/master | mid-kid | |
Edit some comments about bad code | |||
2020-02-23 | Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵ | Rangi | |
"useless", "pointless", "could have done X instead" | |||
2020-02-23 | Remove empty .gitmodules | Rangi | |