Commit Graph

3309 Commits

Author SHA1 Message Date
Rangi
96656fdc69 Identify some .asm_* labels 2022-07-10 21:27:24 -04:00
Rangi
49690fb233 Replace "branch" labels in SFX files with local names 2022-07-10 20:26:21 -04:00
Rangi
9630fd7304 Replace "branch" labels in music files with local names 2022-07-10 20:26:21 -04:00
Colton G. Rushton
c0085ea1b2
wOAMBuffer -> wShadowOAM (#95) 2022-07-09 17:18:20 -04:00
dannye
05d4510927 Fix typo: HeatButt -> HeadButt 2022-07-04 03:15:48 -05:00
Colton G. Rushton
e4b452a040
Identify the rest of the hardware constants (#96)
See https://github.com/pret/pokecrystal/pull/972 and https://github.com/pret/pokecrystal/pull/947 for details.
2022-07-04 01:10:16 -04:00
vulcandth
69e9d359e5
party_struct constants and ExchangeBytes size (#91)
Co-Authored-By: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-07-04 01:08:19 -04:00
Rangi
62a3c9fba7 Use backwards-compatible EQU syntax for rgbdscheck.asm 2022-06-30 21:32:21 -04:00
Colton G. Rushton
fe7bbb262b
Fix INSTALL.md's dead links (#92) 2022-06-26 08:41:49 -05:00
vulcandth
d3bdb249af
VC ExchangeBytes Aliases (#90)
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-22 20:15:59 -04:00
Rangi
b6ad40f90e Automatically upload .sym files to a 'symbols' branch 2022-06-22 20:09:50 -04:00
Rangi
46aeb3012f cp MR_FUJIS_HOUSE -> cp POKEMON_TOWER_7F + 1 2022-06-17 22:58:48 -04:00
Rangi
61b7f6c616 Add a subdirectory for RAM files 2022-06-17 22:54:49 -04:00
vulcandth
10cfe09034
Rename SLP to SLP_MASK (#89)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-17 22:25:53 -04:00
Rangi
829916b938 Mention WildDataPointers in map_constants.asm 2022-06-07 22:27:34 -04:00
vulcandth
c1ef7b7597
RGBDS syntax updates (#86)
New MACRO and DEF syntax
2022-06-06 17:25:34 -04:00
vulcandth
85c97397c3
Improved Virtual Console patch identifiers (#85) 2022-06-06 17:22:38 -04:00
vulcandth
c73b4ec86e
Remove Stadium data patch from tools/make_patch.c (#84) 2022-04-26 16:10:48 -04:00
vulcandth
a7fb0998b6
Add hSerialConnectionStatus vc_assert (#83) 2022-04-17 14:44:58 -04:00
Rangi
e92fa12799 Add comment explaining the purpose of TrainerNamePointers 2022-04-08 17:04:24 -04:00
Alberto Leal
0192d594cc
Identify local labels for OptionsMenu_TextSpeed (#76) 2022-04-08 17:03:26 -04:00
vulcandth
fbaa5c9d4b
Build the Virtual Console patch with make yellow_vc (#80) 2022-03-26 22:05:06 -04:00
Rangi
a178c57f02 Refactor pkmncompress.c to use common.h 2022-03-17 21:34:13 -04:00
Rangi
4f5757f2ef Use noreturn for usage_exit 2022-03-15 17:35:32 -04:00
Rangi
76de77fdbb Use -flto for all tools 2022-03-15 17:29:10 -04:00
Rangi
4e23a18fac Rewrite tools/pcm.c to use common.h
Fixes #78
2022-03-14 22:40:17 -04:00
Rangi
340908b683 Slightly refactor some C tools 2022-03-08 21:52:59 -05:00
Rangi
be03e53465 Gen 1's Minimize graphic was not a complete 8x8 tile 2022-03-04 18:22:46 -05:00
Rangi
14555dde36 Merge branch 'master' of https://github.com/pret/pokeyellow 2021-11-23 21:21:27 -05:00
Rangi
7574e186e7 Merge remote-tracking branch 'remotes/pokered/master' 2021-11-23 21:19:29 -05:00
Rangi
09e92c554c Use ~X instead of $ff ^ X 2021-11-23 21:00:07 -05:00
Rangi
865d37e02a Use compound assignment operators 2021-11-23 20:56:57 -05:00
Rangi
64e2b66a61 Require rgbds 0.5.2 2021-11-23 20:53:05 -05:00
Rangi
157b593561 Use dn for wave instrument samples, like pokecrystal 2021-11-06 13:24:19 -04:00
UserWest
40b07c571e
Label Saffron City hide/show function (#73)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05 20:38:01 -04:00
Yoann Fievez
f68af5c6e9
Add some constants for options (#344)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-11-05 19:45:09 -04:00
Yoann Fievez
8349bfd8e6
Refactorize check button pressed (#340) 2021-11-05 15:40:15 -04:00
Yoann Fievez
b44a10a43a
Update 'make compare' for no pret repo and add 'make' for fork (#339) 2021-11-04 15:17:17 -04:00
Rangi
2ee8ce26da Comment on the CooltrainerFAI bug
Fixes #308
2021-11-03 17:07:08 -04:00
Rangi
e4845d3d31 Merge branch 'master' of https://github.com/pret/pokered 2021-11-02 19:58:17 -04:00
Rangi
58d08bff43 Identify some percentage constant values 2021-11-02 19:57:08 -04:00
Daniel Harding
70baa4f3e8
Identify starter pikachu happiness boost medicine check (#72) 2021-11-02 19:34:35 -04:00
dannye
2c3722001d Add LIGHT_BALL_GSC 2021-10-15 14:48:19 -05:00
IIMarckus
bed9c1a7ed Kill Freenode. 2021-10-08 04:33:17 -06:00
IIMarckus
0af787ea6d Kill Freenode. 2021-10-08 04:30:39 -06:00
Rangi
0fdefbc960 warp_event warp IDs start at 1, like in pokegold/pokecrystal 2021-10-05 21:20:41 -04:00
Rangi
b398c245a2 Clean up some redundant or unusual event comments 2021-10-05 21:19:05 -04:00
Rangi
fc899e1906 warp_event warp IDs start at 1, like in pokegold/pokecrystal 2021-10-05 21:02:42 -04:00
Rangi
52660012c6 Clean up some redundant or unusual event comments 2021-10-05 20:46:46 -04:00
dannye
94ed208164 Merge branch 'master' of https://github.com/pret/pokered 2021-09-26 22:56:02 -05:00