diff options
| author | 2Tie <foxman95@ymail.com> | 2018-11-29 01:50:18 -0700 |
|---|---|---|
| committer | 2Tie <foxman95@ymail.com> | 2018-11-29 01:50:18 -0700 |
| commit | 7564f1a7c2a24d4c0c03c7910378adc7cec73749 (patch) | |
| tree | 86b741b87c60758a83c7713890d1d0fbcf73ba71 /data/predef_pointers.inc | |
| parent | e32b8420675450097b25078612235de3d2635ea7 (diff) | |
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.
Diffstat (limited to 'data/predef_pointers.inc')
| -rw-r--r-- | data/predef_pointers.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
