| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Distinguish Elite 4 "meta" constants from event constants | Rangi | 2022-09-15 | 3 | -4/+6 | |
| | | | | | | | | | Fixes #390 | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 115 | -998/+1837 | |
| |\| | ||||||
| | * | 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 | |
| | | | ||||||
| | * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 20 | -92/+93 | |
| | | | ||||||
| | * | Replace "branch" labels in SFX files with local names | Rangi | 2022-07-10 | 164 | -312/+7 | |
| | | | ||||||
| | * | Replace "branch" labels in music files with local names | Rangi | 2022-07-10 | 47 | -1047/+812 | |
| | | | ||||||
| | * | Sync Pokédex rating text with pokeyellow | Rangi | 2022-07-10 | 4 | -169/+169 | |
| | | | ||||||
| | * | Identify Pokédex rating text | Rangi | 2022-07-10 | 2 | -64/+64 | |
| | | | ||||||
| | * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 29 | -105/+105 | |
| | | | ||||||
| | * | Remove comment about addresses | Rangi | 2022-07-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix typo: HeatButt -> HeadButt | dannye | 2022-07-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Identify the rest of the hardware constants (#371) | Colton G. Rushton | 2022-07-04 | 1 | -7/+3 | |
| | | | | | | | See https://github.com/pret/pokecrystal/pull/972 and https://github.com/pret/pokecrystal/pull/947 for details. | |||||
| | * | party_struct constants and ExchangeBytes size (#364) | vulcandth | 2022-07-04 | 3 | -3/+38 | |
| | | | | | | | Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| | * | Use backwards-compatible EQU syntax for rgbdscheck.asm | Rangi | 2022-06-30 | 1 | -3/+3 | |
| | | | ||||||
| | * | Stop_reducing_move_anim_flashing_Dream_Eater -> ↵ | vulcandth | 2022-06-30 | 2 | -2/+2 | |
| | | | | | | | | | Stop_reducing_move_anim_flashing_Blizzard (#369) | |||||
| | * | Fix INSTALL.md's dead links (#365) | Colton G. Rushton | 2022-06-26 | 1 | -8/+8 | |
| | | | ||||||
| | * | VC ExchangeBytes Aliases (#363) | vulcandth | 2022-06-22 | 3 | -9/+9 | |
| | | | | | | | Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at> | |||||
| | * | Automatically upload .sym files to a 'symbols' branch | Rangi | 2022-06-22 | 1 | -0/+21 | |
| | | | | | | | | | Fixes #248 | |||||
| | * | `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` | Rangi | 2022-06-17 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #362 | |||||
| | * | Add a subdirectory for RAM files | Rangi | 2022-06-17 | 6 | -14/+10 | |
| | | | ||||||
| | * | Rename `SLP` to `SLP_MASK` (#361) | vulcandth | 2022-06-17 | 5 | -15/+15 | |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| | * | Mention WildDataPointers in map_constants.asm | Rangi | 2022-06-07 | 1 | -0/+1 | |
| | | | ||||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 101 | -958/+958 | |
| | | | | | | | New MACRO and DEF syntax | |||||
| | * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 11 | -151/+153 | |
| | | | ||||||
| | * | Remove Stadium data patch from tools/make_patch.c (#355) | vulcandth | 2022-04-26 | 1 | -4/+0 | |
| | | | ||||||
| | * | Add hSerialConnectionStatus vc_assert (#354) | vulcandth | 2022-04-17 | 1 | -0/+8 | |
| | | | ||||||
| | * | Add comment explaining the purpose of TrainerNamePointers (#352) | SatoMew | 2022-03-31 | 1 | -1/+3 | |
| | | | ||||||
| | * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 24 | -34/+1752 | |
| | | | ||||||
| | * | Refactor pkmncompress.c to use common.h | Rangi | 2022-03-17 | 2 | -365/+147 | |
| | | | | | | | | | Fixes #349 | |||||
| | * | Use noreturn for usage_exit | Rangi | 2022-03-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use -flto for all tools | Rangi | 2022-03-15 | 2 | -1/+3 | |
| | | | ||||||
| | * | Slightly refactor some C tools | Rangi | 2022-03-08 | 5 | -310/+325 | |
| | | | ||||||
| | * | Gen 1's Minimize graphic was not a complete 8x8 tile | Rangi | 2022-03-04 | 2 | -2/+10 | |
| | | | ||||||
| | * | Fix incorrect comment about money received after battle (#346) | stringflow | 2021-12-09 | 2 | -2/+2 | |
| | | | | | | | | | | | * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | |||||
| * | | Replace Hard-Coded Number With Constant | 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 | |
| | | | ||||||
| * | | Fix some whitespace | Rangi | 2022-08-07 | 1 | -2/+2 | |
| | | | ||||||
