You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #615 from DeeDeeG/docs-fix
bugs_and_glitches.md: Minor formatting fixes
This commit is contained in:
@@ -307,8 +307,8 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co
|
|||||||
|
|
||||||
ld hl, HurtItselfText
|
ld hl, HurtItselfText
|
||||||
call StdBattleTextBox
|
call StdBattleTextBox
|
||||||
call HitSelfInConfusion
|
|
||||||
|
|
||||||
|
call HitSelfInConfusion
|
||||||
- call BattleCommand_DamageCalc
|
- call BattleCommand_DamageCalc
|
||||||
+ call ConfusionDamageCalc
|
+ call ConfusionDamageCalc
|
||||||
call BattleCommand_LowerSub
|
call BattleCommand_LowerSub
|
||||||
@@ -1327,22 +1327,22 @@ The exact cause of this bug is unknown.
|
|||||||
|
|
||||||
This is a mistake with the “`…`” tile in [gfx/battle/hp_exp_bar_border.png](https://github.com/pret/pokecrystal/blob/master/gfx/battle/hp_exp_bar_border.png):
|
This is a mistake with the “`…`” tile in [gfx/battle/hp_exp_bar_border.png](https://github.com/pret/pokecrystal/blob/master/gfx/battle/hp_exp_bar_border.png):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Fix:** Lower the ellipsis by two pixels:
|
**Fix:** Lower the ellipsis by two pixels:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Two tiles in the `port` tileset are drawn incorrectly
|
## Two tiles in the `port` tileset are drawn incorrectly
|
||||||
|
|
||||||
This is a mistake with the left-hand warp carpet corner tiles in [gfx/tilesets/port.png](https://github.com/pret/pokecrystal/blob/master/gfx/tilesets/port.png):
|
This is a mistake with the left-hand warp carpet corner tiles in [gfx/tilesets/port.png](https://github.com/pret/pokecrystal/blob/master/gfx/tilesets/port.png):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Fix:** Adjust them to match the right-hand corner tiles:
|
**Fix:** Adjust them to match the right-hand corner tiles:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## `LoadMetatiles` wraps around past 128 blocks
|
## `LoadMetatiles` wraps around past 128 blocks
|
||||||
|
Reference in New Issue
Block a user