From 4274e105f6739a92788f9b1fdba55526d7614f8a Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 7 Jul 2015 17:36:28 -0400 Subject: Bank3d addresses and fixes. Also documentation of new super rod code and slight more documentation of multiply_divide.asm --- engine/items/items.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/items') 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 -- cgit v1.3.1-sl0p