summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorlibjet <libj3t@gmail.com>2020-06-06 02:15:06 +0100
committerlibjet <libj3t@gmail.com>2020-06-06 02:15:06 +0100
commit3edaf4635e372fc255b41e1a05e48f25d9cd6f7b (patch)
tree4ef6c908003168658625473f3469ca55c3562af2 /main.asm
parent88d1fe6c26ed4da7720d129962d507a26c1f9b17 (diff)
Add time_capsule_2.asm and new_pokedex_entry.asm
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm10
1 files changed, 2 insertions, 8 deletions
diff --git a/main.asm b/main.asm
index 088df56b..6a723da0 100644
--- a/main.asm
+++ b/main.asm
@@ -377,14 +377,8 @@ INCBIN "gfx/new_game/shrink2.2bpp.lz"
INCLUDE "engine/link/time_capsule.asm"
INCLUDE "engine/events/name_rater.asm"
INCLUDE "engine/events/play_slow_cry.asm"
-
-NewPokedexEntry::
- dr $fb981, $fb9fb
-
-ConvertMon_2to1::
- dr $fb9fb, $fba12
-ConvertMon_1to2::
- dr $fba12, $fbb22
+INCLUDE "engine/pokedex/new_pokedex_entry.asm"
+INCLUDE "engine/link/time_capsule_2.asm"
UpdateUnownDex::
dr $fbb22, $fbb38