Rangi42
|
bb572c4c52
|
Document the Slowpoke Well graphical oversight
|
2024-06-12 14:15:49 -04:00 |
Rangi42
|
b26e023555
|
Move cosmetic bugs to the Graphics section
|
2024-06-12 13:49:50 -04:00 |
Rangi42
|
23183bb9bb
|
Rename wram_constants.asm to ram_constants.asm
|
2024-05-22 21:07:37 -04:00 |
Rangi42
|
b81e339f33
|
Use constants for VBlank handlers
|
2024-05-22 21:02:55 -04:00 |
xCrystal
|
e0c278a595
|
Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078)
|
2024-01-07 14:51:27 +01:00 |
Rangi
|
dbf6044650
|
Update to RGBDS 0.7.0 (#1101)
|
2024-01-03 10:58:53 -05:00 |
vulcandth
|
30739842af
|
Document Tackle is missing part of its hit animation
Co-Authored-By: SoupPotato <22991349+SoupPotato@users.noreply.github.com>
|
2024-01-03 15:41:28 +01:00 |
Rangi42
|
804fa846e0
|
Fix bug doc formatting
|
2024-01-01 21:47:57 -05:00 |
SoupPotato
|
184c53e8ca
|
Document `SFX_RUN` does not play correctly when a wild Pokemon flees from battle (#1099)
Co-authored-by: SoupPotato <22991349+SoupPotato@users.noreply.github.com>
|
2024-01-01 20:25:30 -06:00 |
vulcandth
|
aba1f14044
|
Sync sprite and battle anim consts/labels (#1055)
* Sync sprite and battle anim consts/labels
* Add `; 00` comments
* Renamed to `SpriteAnimFunc_` and `BattleAnimFunc_`
|
2023-09-17 13:09:28 -05:00 |
Idain
|
6926900f0f
|
Document fix about AI item pointer overflowing (#1066)
|
2023-08-10 13:29:03 -04:00 |
Damien Doury
|
1674b6ca5a
|
Fixed the wrong CheckHiddenOpponent bugfix (#1046)
|
2023-04-06 12:05:59 -04:00 |
vulcandth
|
b232b4be5f
|
Bug: PRZ and BRN stat reductions don't apply to switched Pokémon (#1021)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2022-12-01 16:54:01 -05:00 |
Rangi
|
41d5ea0482
|
Rename the `object_struct` field labels and constants (#1005)
Fixes #990
|
2022-09-12 09:15:44 -04:00 |
vulcandth
|
ae79200b1d
|
Remove duplicate BUG comment in bug doc diff
|
2022-09-08 20:33:56 -05:00 |
Rangi
|
5d629f9b31
|
Fix diff
|
2022-08-31 19:14:20 -04:00 |
Idain
|
01dffba788
|
Document fish bug properly (#995)
|
2022-08-31 18:13:10 -05:00 |
Rangi
|
c7dee19a48
|
Match bug docs with source code
Fixes #997
|
2022-08-31 17:56:00 -04:00 |
vulcandth
|
9801b93906
|
Add Bug comment for fishing/surfing on NPCs
Also this re-orders `FishFunction:` and `SurfFunction:` in the bug doc, since `SurfFunction:` is encountered in the file first.
|
2022-08-31 00:43:12 -05:00 |
Rangi
|
b764a3a84d
|
Document fix for fishing and Surfing on top of NPCs
Fixes #994
|
2022-08-30 17:06:12 -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 |
vulcandth
|
134f45b71d
|
Fix Bug doc Ruins of Alpha Heading Size
|
2022-08-08 14:28:36 -05: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 |
Colton G. Rushton
|
78d93a6246
|
urlencode special characters like 'é' in documentation link anchors (#976)
|
2022-07-21 18:48:28 -05: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
|
2adcca003f
|
Fix ending colon of TruncateHL_BC
As spotted by @Rangi42 in #746
|
2022-06-21 14:12:29 +02:00 |
Rangi
|
a1498e63e2
|
Rename search.asm and search2.asm
|
2022-06-17 23:27:53 -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 |
Idain
|
5206ac6836
|
Document Day Care Exp bug (#895)
|
2022-03-20 20:43:10 -04:00 |
Idain
|
91fa3dd9b9
|
Replace flawed Metal Powder bugfix (#890)
|
2022-03-14 22:53:38 -04:00 |
Idain
|
3bb94e4928
|
Solve issue with Full Heal text bugfix (#887)
Fixes #818
|
2022-03-13 01:46:04 -05:00 |
Rangi
|
2910b9a6c2
|
Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank`
|
2022-02-22 17:11:33 -05:00 |
Rangi
|
0817dee42c
|
Fix heading
|
2022-01-24 21:57:55 -05:00 |
Idain
|
e949477089
|
Document Return/Frustration bug and its fix (#872)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2022-01-24 20:48:21 -05:00 |
Idain
|
597701f168
|
Document fix for game freezing while switching mon (#869)
Fixes #868
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2022-01-10 21:32:41 -05:00 |
Idain
|
288532131b
|
Document fix for hatching Unown eggs (#863)
All `diff` lines should start with `+`, `-`, or space, even when a tab comes after
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
|
2021-12-31 11:53:54 -05:00 |
mid-kid
|
c65325491d
|
Fix Berserk Gene confusion count in docs/bugs_and_glitches.md
Thanks to Major_Agnostic#4555 and Idain#2857
|
2021-11-30 18:57:04 +01:00 |
Rangi
|
753ed7186c
|
Use -1 for terminating happiness probability data
|
2021-10-28 17:02:13 -04:00 |
Rangi
|
960642ce73
|
Fix #804: update "Clair can give TM24 Dragonbreath twice"
|
2021-09-05 12:52:01 -04:00 |
Rangi
|
8059d0c845
|
Clean up the recently documented bug fixes
|
2021-09-05 12:44:49 -04:00 |
Colton G. Rushton
|
b9684565fb
|
Minor formatting fix to the Sunny Day moves fix (#851)
Builds on top of #849
|
2021-09-05 12:09:39 -04:00 |
Colton G. Rushton
|
b49f5ac73b
|
Add fix for Sunny Day moves used by the "Smart" AI (#849)
Fixes https://github.com/pret/pokecrystal/issues/807
|
2021-09-03 19:37:56 +00:00 |
Nescientist
|
80a3f7e1ba
|
Fixing comments in BattleCommand_Teleport
|
2021-06-20 10:56:11 -04:00 |
Rangi
|
dc18e188b2
|
Sync some files with pokegold
|
2021-03-24 10:24:52 -04:00 |
Rangi
|
4522162d45
|
Consistent labels for each nickname in RAM
|
2021-03-17 16:38:21 -04:00 |
ElectroDeoxys
|
9c17fb14c8
|
Document AI redundant bug (#802)
Document AI_Redundant Future Sight bug
|
2021-03-03 17:17:57 -05:00 |
Neil Basu
|
9248dbc472
|
move statupmessage above checkfaint in Attack and DefenseUpHit documentation
|
2020-12-20 21:41:13 -08:00 |
Rangi
|
49458edf94
|
Edit wording and diff format
|
2020-12-18 09:25:49 -05:00 |
Neil Basu
|
cfc9bf5a33
|
shorten documents on stat up hit effects
|
2020-12-14 22:34:10 -08:00 |
Neil Basu
|
5dc8c92d83
|
Document fix for StatUpHit effects when opponent is KO'd
|
2020-12-14 20:17:21 -08:00 |