diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-07 17:36:28 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-07 17:36:28 -0400 |
commit | 4274e105f6739a92788f9b1fdba55526d7614f8a (patch) | |
tree | 0f0bda1c77a384b4255e724122ac3f6bf0af7202 /engine/items/items.asm | |
parent | 9c9fb882c70650b82f4e684d12a5f5cf03d18ae6 (diff) |
Bank3d addresses and fixes.
Also documentation of new super rod code and slight more documentation
of multiply_divide.asm
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index c6f098dc..7d939ae6 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -2814,7 +2814,7 @@ ReadSuperRodData: ; e8ea (3:68ea) ld e, $1 ; $1 if there's a bite ret -INCLUDE "data/super_rod.asm" +;INCLUDE "data/super_rod.asm" ; reloads map view and processes sprite data ; for items that cause the overworld to be displayed |