Rangi
7ef31d9889
Move non-Pokémon graphics out of gfx/icons
...
Fixes #987
2022-08-17 17:45:26 -04:00
The Void
38cd2155df
Bug Doc: Options menu fails to clear joypad state on initialization ( #984 )
2022-08-11 23:28:35 -05:00
Rangi
0d5cf5c8b9
Refer to "Rival", not "Silver" ( #983 )
...
Fixes #982
2022-08-10 21:24:56 -04:00
Rangi
367a104203
PP must be 40 or less
2022-08-10 21:20:53 -04:00
vulcandth
c3331eb7b1
Rename scene and callback labels ( #981 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-08-09 18:04:18 -04:00
vulcandth
134f45b71d
Fix Bug doc Ruins of Alpha Heading Size
2022-08-08 14:28:36 -05:00
Rangi
07e8efee7e
Fix some whitespace
2022-08-07 00:38:08 -04:00
Rangi
7cac5b787b
Assert that there are NUM_FRAMES textbox frames
2022-08-06 12:24:40 -04:00
Rangi
8826d97ee4
Define scene constants alongside scene_scripts ( #979 )
...
Generic SCENE_DEFAULT and SCENE_FINISHED are legacy values
2022-07-29 17:43:10 -04:00
Rangi
51bfd31ea8
Use '$' for hex, not '0x'
2022-07-21 19:59:10 -04:00
Colton G. Rushton
78d93a6246
urlencode special characters like 'é' in documentation link anchors ( #976 )
2022-07-21 18:48:28 -05:00
vulcandth
d9dbc13701
Basic Issue Template with Discord Link ( #974 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-07-19 19:16:35 -05:00
Rangi
974bb7bf33
Only use "; BUG:" comments for documented bugs
2022-07-17 14:08:56 -04:00
Colton G. Rushton
145d8dd5c2
wVirtualOAM -> wShadowOAM and hTransferVirtualOAM -> hTransferShadowOAM ( #971 )
2022-07-09 17:18:22 -04:00
vulcandth
ef9b9bb437
Clean up bugs commented in the source code ( #912 )
...
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
2022-07-09 16:12:02 -05:00
Colton G. Rushton
bd27c0d8dc
Add documentation for the caught level design flaw ( #933 )
...
Co-authored-by: vulcandth <vulcandth@gmail.com>
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-07-09 14:39:07 -04:00
Rangi
4ee4bf0351
Remove SRAM address comment
2022-07-05 18:11:09 -04:00
Rangi
f159654054
spriteanimoam
macro corresponds to battleanimoam
2022-07-04 01:11:42 -04:00
Rangi
a2e8f078a4
Split "gfx anims" into "pic anims" and "sprite anims"
...
Fixes #876
2022-07-04 01:11:42 -04:00
Colton G. Rushton
d3da137de8
Add object priority mode constant and remove unnecessary constants ( #972 )
...
The rest of the unknown constants aren't even registers and can safely be removed without issue.
2022-07-04 01:10:24 -04:00
Rangi
f74ec1053e
Use backwards-compatible EQU syntax for rgbdscheck.asm
...
Fixes #966
2022-06-30 21:29:51 -04:00
Colton G. Rushton
39f2e3b685
Fix INSTALL.md's dead links
...
Fixes #967
2022-06-24 20:04:02 +02:00
Colton G. Rushton
2adcca003f
Fix ending colon of TruncateHL_BC
...
As spotted by @Rangi42 in #746
2022-06-21 14:12:29 +02:00
vulcandth
1853f70add
VC ExchangeBytes Aliases
...
Co-Authored-By: aaaaaa123456789 <aaaaaa123456789@acidch.at>
2022-06-21 11:16:15 +02:00
Colton G. Rushton
4125138da7
Remove unused serial constants ported from pokered ( #949 )
2022-06-18 13:33:34 -04:00
Rangi
a1498e63e2
Rename search.asm and search2.asm
2022-06-17 23:27:53 -04:00
vulcandth
66d84ff021
MobileCheckOwnMonAnywhere
& CheckOwnMonAnywhere
Label, comments, formatting (#927 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-17 23:21:08 -04:00
Rangi
4db344db89
Add a subdirectory for RAM files
...
Fixes #920
2022-06-17 22:54:52 -04:00
Colton G. Rushton
5dd6985e8f
Update the footprints fix for latest pokecrystal ( #940 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-17 22:41:43 -04:00
Colton G. Rushton
51b0a3fea3
Add proposals for fixing STYLE.md ( #941 )
...
Fixes #939
2022-06-17 22:41:16 -04:00
Rangi
0a1b6b4f15
Align wLYOverrides and wLYOverridesBackup
...
Fixes #934
2022-06-17 22:38:13 -04:00
Colton G. Rushton
84a3b335aa
Document that farcall
returns c
in a
for some code ( #937 )
2022-06-17 22:30:53 -04:00
Colton G. Rushton
6a9e929bf9
Remove rNR20/rNR40 and add rPCM12/rPCM34 ( #947 )
2022-06-17 22:29:09 -04:00
vulcandth
5f0597e944
Rename SLP
to SLP_MASK
( #918 )
...
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2022-06-17 22:25:56 -04:00
vulcandth
73c020074e
Remove redundant comments referencing labels ( #921 )
2022-06-06 17:34:54 -04:00
vulcandth
3648afda16
RGBDS syntax updates ( #905 )
...
New MACRO and DEF syntax
2022-06-06 17:25:42 -04:00
vulcandth
a4d346cc8c
Improved Virtual Console patch identifiers ( #907 )
2022-06-06 17:22:48 -04:00
Daniel Harding
c3bf7fd0bd
Fix channel 3 wave 9 id ( #926 )
2022-06-06 17:09:33 -04:00
Konrad Borowski
6e3f2a47bd
Remove Heavy Ball never happens comment
...
It's not correct as Snorlax weights more than 409.6 kg.
2022-05-26 19:56:07 +00:00
vulcandth
fbcc8d1b0e
Correct ClearChannels comment ( #908 )
...
The comment states that ClearChannels doesn't seem to to be used. This is not the case, as it is used by ExchangeMysteryGiftData and ExchangeNameCardData.
2022-05-06 13:11:22 -04:00
vulcandth
d226ccab0a
Prune trailing whitespace ( #913 )
2022-05-06 13:09:51 -04:00
Rangi
82e315e483
gfx.py was removed
2022-04-19 18:12:58 -04:00
Rangi
c8e65a6e6b
"acceped" -> "accepted"
...
Fix #910
2022-04-19 18:12:02 -04:00
Rangi
8c77d6b6d3
Simplify mingle_2bpp_planes
...
Fixes #891
2022-04-17 15:27:31 -04:00
Idain
dc121712fe
Fix misspelled label ( #904 )
2022-04-17 11:36:30 -04:00
vulcandth
f9077c6db6
Additional vc_asserts ( #906 )
2022-04-16 20:42:06 -04:00
Idain
b06cfe78fd
Use NUM_BATTLE_STATS instead of raw numbers
2022-04-06 10:28:18 +00:00
mid-kid
1d97d41ea2
Tile constant makes more sense as negative
2022-04-05 21:22:46 +02:00
vulcandth
af7d328d66
Cleanup Magic Numbers
2022-04-05 19:14:39 +00:00
Rangi
5a7ddb3272
Port and document make_patch.c features needed for pokered
2022-03-26 17:22:09 -04:00