aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/items.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-07-07 17:36:28 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-07-07 17:36:28 -0400
commit4274e105f6739a92788f9b1fdba55526d7614f8a (patch)
tree0f0bda1c77a384b4255e724122ac3f6bf0af7202 /engine/items/items.asm
parentComplete documentation of bank3d (diff)
downloadpokeyellow-4274e105f6739a92788f9b1fdba55526d7614f8a.tar.gz
pokeyellow-4274e105f6739a92788f9b1fdba55526d7614f8a.tar.xz
pokeyellow-4274e105f6739a92788f9b1fdba55526d7614f8a.zip
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-xengine/items/items.asm2
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