ref: 82a8228e67efa5949e58d8eb449477d46fb9669f
parent: 2309396c886a89e5f26a3be5060fed34b344951b
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Sat Dec 23 07:08:34 EST 2017
Keep images within repo
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -949,11 +949,11 @@
This is a mistake with the “`…`” tile in [gfx/battle/hp_exp_bar_border.png](/gfx/battle/hp_exp_bar_border.png):
-![image](https://i.imgur.com/hVK5ofi.png)
+![image](/docs/images/hp_exp_bar_border.png)
**Fix:** Lower the ellipsis by two pixels:
-![image](https://i.imgur.com/qfMvhlG.png)
+![image](/docs/images/hp_exp_bar_border_fix.png)
## Two tiles in the `port` tileset are drawn incorrectly
@@ -960,11 +960,11 @@
This is a mistake with the left-hand warp carpet corner tiles in [gfx/tilesets/port.png](/gfx/tilesets/port.png):
-![image](https://i.imgur.com/6SJuORN.png)
+![image](/docs/images/port.png)
**Fix:** Adjust them to match the right-hand corner tiles:
-![image](https://i.imgur.com/PD3Fjdu.png)
+![image](/docs/images/port_fix.png)
## `LoadMetatiles` wraps around past 128 blocks
binary files /dev/null b/docs/images/hp_exp_bar_border.png differ
binary files /dev/null b/docs/images/hp_exp_bar_border_fix.png differ
binary files /dev/null b/docs/images/port.png differ
binary files /dev/null b/docs/images/port_fix.png differ