From 7564f1a7c2a24d4c0c03c7910378adc7cec73749 Mon Sep 17 00:00:00 2001 From: 2Tie Date: Thu, 29 Nov 2018 01:50:18 -0700 Subject: Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. --- data/predef_pointers.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/predef_pointers.inc') diff --git a/data/predef_pointers.inc b/data/predef_pointers.inc index edb6a77..1c551fe 100644 --- a/data/predef_pointers.inc +++ b/data/predef_pointers.inc @@ -38,8 +38,8 @@ GiveItemPredef:: add_predef UpdateHPBar add_predef Functiondf7d ; 18 add_predef Functiondf91 - add_predef Function1128f - add_predef Function112c1 + add_predef CanLearnTMHMMove + add_predef GetTMHMMove add_predef LinkTextboxAtHL add_predef Function2d663 add_predef Function3d5ce @@ -97,5 +97,5 @@ GiveItemPredef:: add_predef Functioncc000 add_predef Functioncc000_2 add_predef Functionfdb66 - add_predef Function1240b + add_predef LoadItemData dbw $ff, InexplicablyEmptyFunction ; 56 -- cgit v1.2.3