shithub: pokecrystal

Download patch

ref: 77d97a04d51654cf90c9722b0fb97e9452ae8822
parent: cab4cd10b09956e57079d4e9d909334744307d34
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Fri Aug 28 17:38:46 EDT 2020

Note possibly intentional "bugs"

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1591,6 +1591,8 @@
 
 ## Some trainer NPCs have inconsistent overworld sprites
 
+*Some of these may have been intentional behavior; use your own judgment for whether to fix them.*
+
 Most trainer classes always use the same sprite and color for their overworld NPCs. There are some exceptions:
 
 - [maps/FastShipCabins_SE_SSE_CaptainsCabin.asm](https://github.com/pret/pokecrystal/blob/master/maps/FastShipCabins_SE_SSE_CaptainsCabin.asm): `TrainerPsychicRodney` should use `SPRITE_YOUNGSTER`, not `SPRITE_SUPER_NERD`
@@ -1685,6 +1687,8 @@
 
 ## Move selection menu doesn't handle joypad properly
 
+*This may have been intentional behavior; use your own judgment for whether to fix it.*
+
 ([Video](https://www.youtube.com/watch?v=vjFUo6Jr4po&t=438))
 
 `hInMenu` isn't defined in the menu that handles selecting moves in a battle. Because of this, your cursor is usually rendered unable to keep scrolling when one of the directional keys is being held. It's up for debate whether this behavior was intentional or not, but this value should be defined when in the move selection menu. A value of 1 will allow it to keep scrolling, though it's usually 0 by default.
@@ -1891,6 +1895,8 @@
 
 
 ## `CheckOwnMonAnywhere` does not check the Day-Care
+
+*This may have been intentional behavior; use your own judgment for whether to fix it.*
 
 This bug can prevent you from talking to Eusine in Celadon City or encountering Ho-Oh when a caught legendary beast is in the Day-Care.