summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-16Fix #709 miscellaneous issuesRangi
2020-04-08lemme just fuckin uhhhhhhhhhhhhhhhhhhhhmid-kid
use stable rgbds or smth
2020-04-08Merge pull request #708 from Rangi42/masterRangi
Remove unused nonmatching files for electro_ball.png and sgb_border.bin
2020-04-08Remove unused nonmatching files for electro_ball.png and sgb_border.binRangi
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-06Merge pull request #707 from Rangi42/mastermid-kid
Update the header structure
2020-04-06Ensure that the cartridge header is patched over all $00s, and comment on ↵Rangi
the entry point format
2020-04-06hStackBank -> hTempBankRangi
2020-04-06hBuffer -> hStackBank and hFarByteRangi
2020-04-06Merge pull request #705 from Rangi42/masterRangi
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
2020-04-06Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3)Rangi
2020-04-06Bump tools/unnamed.py to RGBDS object version 13mid-kid
2020-04-04Add an FAQ about sharing codeRangi
2020-04-04`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr`Rangi
2020-04-04Miscellaneous fixes:Rangi
- `hSecondsBackup` -> `hUnusedBackup` - `ld bc, hBGMapAddress + 1` -> `bccoord -1, -2, 0` - Identify some `.asm_XXX` labels
2020-04-04Move, comment, and simplify some macro definitionsRangi
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2020-04-02Merge pull request #704 from LIJI32/gfx_bugfixmid-kid
(gfx.c) Fix several out-of-bound reads in; fix a memory leak
2020-04-02Fix bad round, memset VLALior Halphon
2020-04-02Indentation conventions, use C99 variable length arraysLior Halphon
2020-04-02Fix several out-of-bound reads; fix a memory leakLior Halphon
2020-03-31Assorted labels in mobile related code (#702)Andrew Cook
Rename assorted labels in mobile-related code
2020-03-23Merge pull request #699 from Rangi42/masterRangi
Resolve some miscellaneous issues
2020-03-21Add suffixes to some constants to avoid ambiguityRangi
- `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-21Remove some redundant comments superseded by labels (see #693)Rangi
2020-03-21Revert the broken CheckTypeMatchup bugfix simplification from ↵Rangi
5728d0141793d832476b3f7b5c0844166fa7c242
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-21Miscellaneous fixes from #694Rangi
2020-03-16Combine Celebi frames into one PNGRangi
2020-03-15Merge pull request #696 from Rangi42/masterRangi
Rename LANDMARK_* constants, and refactor flypoints
2020-03-15Add a `LANDMARK_` prefix to landmark constantsRangi
Resolves #697
2020-03-15Refactor flypoints to separate const definition from data usageRangi
2020-03-11Add tools/used_space.py to visualize the ROM based on the .map fileRangi
2020-03-11Add tools/used_space.py to visualize the ROM based on the .map fileRangi
2020-03-01Merge pull request #692 from Rangi42/mastermid-kid
Change how some PNG graphics are formatted
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-28Merge pull request #691 from Rangi42/masterRangi
Identify remaining gfx/unknown files, and document a Teleport bug
2020-02-28'and BANK' -> 'aka BANK'Rangi
2020-02-28Document a bug where Teleport cannot fail for wild PokémonRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-26Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.pngRangi
2020-02-26Fix some comments and whitespaceRangi
2020-02-25Merge pull request #690 from Rangi42/masterRangi
Identify some labels and constants for Battle Tower
2020-02-25unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps)Rangi
2020-02-25Identify some labels and constants for Battle TowerRangi
2020-02-25Merge pull request #689 from mid-kid/masterRangi
Fix Mac OSX install instructions
2020-02-25Fix SRAM references in Function140aemid-kid
2020-02-25Fix Mac OSX install instructionsmid-kid
2020-02-24Merge pull request #688 from Rangi42/mastermid-kid
Edit some comments about bad code
2020-02-23Replace some "idiotic", "wtf", "stupid interns" comments with more common ↵Rangi
"useless", "pointless", "could have done X instead"
2020-02-23Remove empty .gitmodulesRangi