shithub: pokecrystal

Download patch

ref: f4c0806eb88050220cdd5a26f5a1514896ce9984
parent: 67ff4b0c94ddc6dc165bb9bd0123d9c8e303a669
author: DeeDeeG <DeeDeeG@users.noreply.github.com>
date: Tue Mar 12 10:37:24 EDT 2019

bugs_and_glitches.md: Fix embedded image links

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1327,11 +1327,11 @@
 
 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):
 
-![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/gfx/battle/hp_exp_bar_border.png)
+![image](https://raw.githubusercontent.com/pret/pokecrystal/master/gfx/battle/hp_exp_bar_border.png)
 
 **Fix:** Lower the ellipsis by two pixels:
 
-![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/docs/images/hp_exp_bar_border.png)
+![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/hp_exp_bar_border.png)
 
 
 ## Two tiles in the `port` tileset are drawn incorrectly
@@ -1338,11 +1338,11 @@
 
 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):
 
-![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/gfx/tilesets/port.png)
+![image](https://raw.githubusercontent.com/pret/pokecrystal/master/gfx/tilesets/port.png)
 
 **Fix:** Adjust them to match the right-hand corner tiles:
 
-![image](https://raw.githubusercontent.com/pret/pokecrystal/blob/master/docs/images/port.png)
+![image](https://raw.githubusercontent.com/pret/pokecrystal/master/docs/images/port.png)
 
 
 ## `LoadMetatiles` wraps around past 128 blocks