You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Clean up bugs commented in the source code (#912)
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
This commit is contained in:
@@ -100,6 +100,7 @@ Text_Gained::
|
||||
text_end
|
||||
|
||||
_BoostedExpPointsText::
|
||||
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
|
||||
text_start
|
||||
line "a boosted"
|
||||
cont "@"
|
||||
@@ -108,6 +109,7 @@ _BoostedExpPointsText::
|
||||
prompt
|
||||
|
||||
_ExpPointsText::
|
||||
; BUG: Five-digit experience gain is printed incorrectly (see docs/bugs_and_glitches.md)
|
||||
text_start
|
||||
line "@"
|
||||
text_decimal wStringBuffer2, 2, 4
|
||||
|
Reference in New Issue
Block a user