summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-05-21 15:41:26 +0100
committerlibjet <libj3t@gmail.com>2020-05-21 15:41:26 +0100
commit76b9e5b98267c027b70a863e7f3df2dc86d8f705 (patch)
tree85454a64922becf14a2ebf005cebf11174fcbf15 /main.asm
parent92529391d8948f43c4f16e35a6024e9fa996a644 (diff)
Add engine/pokemon/tempmon.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 0ceeff58..b6a88239 100644
--- a/main.asm
+++ b/main.asm
@@ -365,9 +365,8 @@ INCLUDE "engine/events/squirtbottle.asm"
INCLUDE "engine/events/card_key.asm"
INCLUDE "engine/events/basement_key.asm"
INCLUDE "engine/events/sacred_ash.asm"
+INCLUDE "engine/pokemon/tempmon.asm"
-CopyMonToTempMon::
- dr $5087d, $50940
PrintMonTypes::
dr $50940, $5096d
PrintMoveType::
@@ -376,6 +375,7 @@ PrintType::
dr $50986, $50997
GetTypeName::
dr $50997, $50b3d
+
DrawPlayerHP::
dr $50b3d, $50b41
DrawEnemyHP::