Commit Graph

713 Commits

Author SHA1 Message Date
Rangi
96656fdc69 Identify some .asm_* labels 2022-07-10 21:27:24 -04:00
Colton G. Rushton
c0085ea1b2
wOAMBuffer -> wShadowOAM (#95) 2022-07-09 17:18:20 -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
vulcandth
d3bdb249af
VC ExchangeBytes Aliases (#90)
Co-authored-by: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-22 20:15:59 -04:00
Rangi
46aeb3012f cp MR_FUJIS_HOUSE -> cp POKEMON_TOWER_7F + 1 2022-06-17 22:58:48 -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
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
a7fb0998b6
Add hSerialConnectionStatus vc_assert (#83) 2022-04-17 14:44:58 -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
be03e53465 Gen 1's Minimize graphic was not a complete 8x8 tile 2022-03-04 18:22:46 -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
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
Rangi
2ee8ce26da Comment on the CooltrainerFAI bug
Fixes #308
2021-11-03 17:07:08 -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
501a21fa5d Merge branch 'master' of https://github.com/pret/pokered 2021-09-26 22:43:09 -05:00
Amber Brault
30acb46b98
Fix typos (#334) 2021-09-26 21:57:55 -05:00
Rangi
7ee8a6509e wcf4b -> wStringBuffer 2021-08-28 17:02:20 -04:00
SnorlaxMonster
b6e0d649e7 Correct comments on SwitchAndTeleportEffect
The comments in the SwitchAndTeleportEffect section incorrectly stated
that the random number was generated in the
half-open interval [0, playerLevel + enemyLevel),
instead of the closed interval [0, playerLevel + enemyLevel].
2021-06-19 21:56:40 +10:00
SnorlaxMonster
319c29c751 Correct comments on SwitchAndTeleportEffect
The comments in the SwitchAndTeleportEffect section incorrectly stated
that the random number was generated in the
half-open interval [0, playerLevel + enemyLevel),
instead of the closed interval [0, playerLevel + enemyLevel].
2021-06-14 21:47:19 +10:00
Rangi
7d4ec90538 Some miscellaneous changes, syncing more with pokered 2021-05-31 19:40:14 -04:00
Rangi
1caab64abe Clean up Yellow's WRAM 2021-05-31 19:16:44 -04:00
dannye
7a23e2a635 Merge branch 'master' of https://github.com/pret/pokered 2021-05-31 16:51:45 -05:00
Rangi
f9ae7b1240 More WRAM label cleanup (still needs UNIONs and renaming) 2021-05-31 16:25:16 -04:00
Rangi
c2ad19728a Reformat MoveBoulderDustFunctionPointerTable 2021-05-31 13:09:33 -04:00
Rangi
1e58df98af Improve some RAM formatting 2021-05-31 11:46:13 -04:00
Rangi
8701ef4d61 Improve some RAM formatting 2021-05-31 11:46:10 -04:00
Rangi
b3eadb3508 Merge remote-tracking branch 'remotes/pokered/master' 2021-05-30 17:34:50 -04:00
Rangi
198795bbb0 Merge remote-tracking branch 'remotes/pokered/master' 2021-05-23 22:09:45 -04:00
Rangi
346ce9454a Use macros for bit arrays 2021-05-23 22:09:02 -04:00
Rangi
05925cba37 Merge remote-tracking branch 'remotes/pokered/master' 2021-05-09 12:56:39 -04:00
Rangi
c8626595b4 Use BANK("Pics #") for Pokémon and trainer pics 2021-05-06 23:04:00 -04:00
dannye
0cbd5acb76 Merge branch 'master' of https://github.com/pret/pokered 2021-04-30 14:03:34 -05:00
Rangi
6a31663c96 Use {interpolation} to generate sequences of RAM labels
Fixes #319
2021-04-27 15:49:59 -04:00
Rangi
3a97ec326c Use pokecrystal's sine_table macro 2021-04-18 15:51:07 -04:00
dannye
d4154b2891 Merge branch 'master' of https://github.com/pret/pokered 2021-04-17 21:00:28 -05:00
Rangi
dd690920c9 Use rgbds 0.5.0 features:
- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
2021-04-17 19:06:56 -04:00
Rangi
a108185620 Merge remote-tracking branch 'remotes/pokered/master' 2021-04-13 20:11:29 -04:00
Rangi
4b64b146e4 Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constant 2021-04-13 20:08:38 -04:00
dannye
3af309e805 Merge branch 'master' of https://github.com/pret/pokered 2021-04-13 17:48:44 -05:00
Rangi
3ce276892c Trim extra newlines from some files 2021-04-08 12:51:33 -04:00
Rangi
2954013da1 Trim extra newlines from some files 2021-04-08 12:51:25 -04:00
dannye
fa206ce835 Fix incorrect sfx id
AUDIO_1 is loaded during trade animations, not AUDIO_2
2021-03-30 01:03:30 -05:00
dannye
eb47bda8ee Merge branch 'master' of https://github.com/pret/pokered 2021-03-25 17:39:44 -05:00
Rangi
95ec2cf039 Verify data table and name list sizes with assertion macros
Fixes #312
2021-03-25 16:44:41 -04:00
dannye
780931886d Merge branch 'master' of https://github.com/pret/pokered 2021-02-21 11:50:23 -06:00