| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add constants for wMapConnections bits and group map header wram labels | Linus Unnebäck | 2023-11-17 | 8 | -30/+35 |
| | | | | | | | | | | * Add constants for wMapConnections bits * Apply Vulcandth and Rangi42 feedback --------- Co-authored-by: vulcandth <vulcandth@gmail.com> | ||||
| * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 | 210 | -1149/+1155 |
| | | |||||
| * | Use PSN constant in PoisonEffect routine (#426) | strager | 2023-09-20 | 1 | -1/+1 |
| | | |||||
| * | Fix wPlayerHPBarColor type (#429) | Linus Unnebäck | 2023-09-20 | 1 | -2/+2 |
| | | |||||
| * | Fix tools/free_space.awk for new rgbds (pret/pokecrystal#1049) (#416) | vulcandth | 2023-08-26 | 1 | -5/+13 |
| | | | | Co-authored-by: mid-kid <esteve.varela@gmail.com> | ||||
| * | text_2.asm: trivial missing whitespace (#425) | Zachary Buhman | 2023-08-26 | 1 | -1/+1 |
| | | |||||
| * | CI copy `.map` files to symbols branch (#428) | vulcandth | 2023-08-26 | 1 | -1/+2 |
| | | |||||
| * | Missing usage of def_script_pointers (#423) | Vortyne | 2023-08-26 | 1 | -0/+1 |
| | | |||||
| * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 | 1 | -1/+1 |
| | | |||||
| * | Fix segfaults at EOF, add token/newline checks, and support '\r' in ↵ | Rangi | 2023-08-15 | 1 | -14/+38 |
| | | | | | scan_includes.c | ||||
| * | Improve comment about the "ED" tile bug (#421) | SatoMew | 2023-07-16 | 1 | -3/+2 |
| | | |||||
| * | Use charmap in link_battle_versus_text (#415) | Linus Unnebäck | 2023-07-16 | 1 | -2/+2 |
| | | |||||
| * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 18 | -109/+128 |
| | | |||||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 664 | -11578/+13242 |
| | | | | 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. | ||||
| * | Make wCurrentBoxNum a byte instead of word (#414) | Linus Unnebäck | 2023-05-10 | 1 | -1/+3 |
| | | |||||
| * | Update `EndBug` to v9. | dannye | 2023-04-25 | 1 | -2/+1 |
| | | |||||
| * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 5 | -20/+20 |
| | | |||||
| * | Dex weights are in tenths of a pound | RainbowMetalPigeon | 2023-03-25 | 1 | -1/+1 |
| | | |||||
| * | Complete and improve debug name labels (#408) | SatoMew | 2023-02-26 | 5 | -18/+28 |
| | | |||||
| * | Add list assertion to TrainerNames | dannye | 2022-12-28 | 1 | -47/+49 |
| | | |||||
| * | Add table assertion to `TrainerDataPointers` (#403) | vulcandth | 2022-12-28 | 2 | -0/+4 |
| | | | | | | * Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers` | ||||
| * | Use rgbds 0.6.1 (0.6.0 also still works) | Rangi | 2022-12-03 | 2 | -12/+12 |
| | | |||||
| * | Fix preinclude dependencies | mid-kid | 2022-10-25 | 1 | -8/+9 |
| | | | | | | | From pokecrystal: - 0425018d1ce5b3b726e3cd83f59f14ead9171c92 - 8b429e2a545e87407a3b8c7b92f7ceafc455e390 | ||||
| * | Add `COUNTOF` macro to tools/common.h | Rangi | 2022-10-14 | 3 | -11/+13 |
| | | |||||
| * | Update tools/unnamed.py for rgbds 0.6.0 object files | Rangi | 2022-10-02 | 1 | -3/+3 |
| | | |||||
| * | Require rgbds 0.6.0 | Rangi | 2022-10-02 | 18 | -373/+43 |
| | | |||||
| * | `startswith` works with a tuple | Rangi | 2022-09-30 | 1 | -1/+1 |
| | | |||||
| * | 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> | ||||
| * | Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394) | 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 | 9 | -526/+533 |
| | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||||
| * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 3 | -6/+8 |
| | | |||||
| * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 | 5 | -125/+150 |
| | | | | Fixes #391 | ||||
| * | Fix tools/unnamed.py and add tools/consts.py | Rangi | 2022-09-18 | 2 | -2/+58 |
| | | |||||
| * | Update and add more tool scripts | Rangi | 2022-09-18 | 12 | -95/+3207 |
| | | |||||
| * | Distinguish Elite 4 "meta" constants from event constants | Rangi | 2022-09-15 | 3 | -4/+6 |
| | | | | | Fixes #390 | ||||
| * | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants | Rangi | 2022-09-11 | 2 | -1/+3 |
| | | | | | Fixes #385 | ||||
| * | Comment about UndergroundPathNorthSouth.blk size | Rangi | 2022-09-11 | 1 | -1/+1 |
| | | | | | Fixes #387 | ||||
| * | Copy pokecrystal's `map_const` macro | Rangi | 2022-09-11 | 1 | -251/+251 |
| | | | | | Fixes #386 | ||||
| * | Rename `macros/wram.asm` to `macros/ram.asm` (#388) | vulcandth | 2022-09-11 | 4 | -4/+4 |
| | | |||||
| * | Link to the symbols branch | Rangi | 2022-09-10 | 1 | -0/+5 |
| | | |||||
| * | Improve NPC trade labels and comments (#384) | SatoMew | 2022-09-10 | 2 | -12/+16 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 25 | -554/+1313 |
| | | |||||
| * | Update comments related to Swift and Substitute checks (#380) | SatoMew | 2022-08-11 | 1 | -2/+2 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Replace Hard-Coded Number With Constant (#381) | Chatot4444 | 2022-08-11 | 1 | -1/+1 |
| | | | | Replace a hard coded $a in CheckMapForMon with NUM_WILDMONS | ||||
| * | PP must be 40 or less | Rangi | 2022-08-10 | 1 | -0/+1 |
| | | |||||
| * | Clarify how Metronome picks a move | Rangi | 2022-07-26 | 1 | -2/+3 |
| | | |||||
| * | Basic Issue Template with Discord Link (#377) | vulcandth | 2022-07-20 | 2 | -0/+9 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||||
| * | Update comment | dannye | 2022-07-15 | 1 | -1/+1 |
| | | |||||
| * | Remove empty lines on the top of map header files (#375) | vulcandth | 2022-07-10 | 223 | -223/+0 |
| | | |||||
