diff options
Diffstat (limited to 'engine/link/time_capsule_2.asm')
-rw-r--r-- | engine/link/time_capsule_2.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/link/time_capsule_2.asm b/engine/link/time_capsule_2.asm index a56e51785..4300105c6 100644 --- a/engine/link/time_capsule_2.asm +++ b/engine/link/time_capsule_2.asm @@ -1,4 +1,4 @@ -ConvertMon_2to1: ; fb8f1 +ConvertMon_2to1: ; Takes the Gen-2 Pokemon number stored in wd265, finds it in the Pokered_MonIndices table, and returns its index in wd265. push bc push hl @@ -16,9 +16,8 @@ ConvertMon_2to1: ; fb8f1 pop hl pop bc ret -; fb908 -ConvertMon_1to2: ; fb908 +ConvertMon_1to2: ; Takes the Gen-1 Pokemon number stored in wd265 and returns the corresponding value from Pokered_MonIndices in wd265. push bc push hl @@ -33,7 +32,6 @@ ConvertMon_1to2: ; fb908 pop hl pop bc ret -; fb91c INCLUDE "data/pokemon/gen1_order.asm" |