summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-23 12:08:34 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-23 12:08:34 -0500
commit82a8228e67efa5949e58d8eb449477d46fb9669f (patch)
tree4bf56535aead52a7868cafb97e7e8f5627adb3fa
parent2309396c886a89e5f26a3be5060fed34b344951b (diff)
Keep images within repo
-rw-r--r--docs/bugs_and_glitches.md8
-rw-r--r--docs/images/hp_exp_bar_border.pngbin0 -> 125 bytes
-rw-r--r--docs/images/hp_exp_bar_border_fix.pngbin0 -> 124 bytes
-rw-r--r--docs/images/port.pngbin0 -> 1055 bytes
-rw-r--r--docs/images/port_fix.pngbin0 -> 1056 bytes
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index 97f75f83f..b38ec12ee 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -949,22 +949,22 @@ The exact cause is unknown, but a workaround exists for `DexEntryScreen_MenuActi
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
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
diff --git a/docs/images/hp_exp_bar_border.png b/docs/images/hp_exp_bar_border.png
new file mode 100644
index 000000000..9d16a042b
--- /dev/null
+++ b/docs/images/hp_exp_bar_border.png
Binary files differ
diff --git a/docs/images/hp_exp_bar_border_fix.png b/docs/images/hp_exp_bar_border_fix.png
new file mode 100644
index 000000000..02d36f8a0
--- /dev/null
+++ b/docs/images/hp_exp_bar_border_fix.png
Binary files differ
diff --git a/docs/images/port.png b/docs/images/port.png
new file mode 100644
index 000000000..8a18aad7d
--- /dev/null
+++ b/docs/images/port.png
Binary files differ
diff --git a/docs/images/port_fix.png b/docs/images/port_fix.png
new file mode 100644
index 000000000..055a377a5
--- /dev/null
+++ b/docs/images/port_fix.png
Binary files differ