summaryrefslogtreecommitdiff
path: root/engine/time_capsule_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/time_capsule_2.asm')
-rw-r--r--engine/time_capsule_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/time_capsule_2.asm b/engine/time_capsule_2.asm
index 5da72e7c8..c114e6952 100644
--- a/engine/time_capsule_2.asm
+++ b/engine/time_capsule_2.asm
@@ -18,7 +18,7 @@ ConvertMon_2to1: ; fb8f1
ret
; fb908
-ConvertMon_1to2: ; fb908
+Predef_ConvertMon_1to2: ; fb908
; Takes the Gen-1 Pokemon number stored in wd265 and returns the corresponding value from Pokered_MonIndices in wd265.
push bc
push hl
@@ -36,4 +36,4 @@ ConvertMon_1to2: ; fb908
; fb91c
-INCLUDE "data/time_capsule/mon_order.asm"
+INCLUDE "data/pokemon/rby_order.asm"