summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInfernoGear <32606575+InfernoGear@users.noreply.github.com>2019-10-04 13:50:27 -0500
committerInfernoGear <32606575+InfernoGear@users.noreply.github.com>2019-10-04 13:50:27 -0500
commit685d417a342d25fda9e80c07b3de8181b9a0ba89 (patch)
tree1b4fe6c571d0ba9f4193f4132942388b8b1b57bc
parent8da4eff1ed758544beee1a85132c53861627f5be (diff)
Updated Add a new type (markdown)
-rw-r--r--Add-a-new-type.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Add-a-new-type.md b/Add-a-new-type.md
index 8d62dfc..3707683 100644
--- a/Add-a-new-type.md
+++ b/Add-a-new-type.md
@@ -112,5 +112,5 @@ Edit [data/type_effects.asm](../blob/master/data/type_effects.asm):
+ db FIGHTING,DARK,20
+ db PSYCHIC,DARK,00
db $ff
-
+```
WIP