aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 15:24:44 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 15:24:44 -0400
commitae920d1be7641712b3df90151cbf91af7c614a47 (patch)
tree0b3d4c04d8485f4a277511f448067cd9a4b22c05 /data
parentAttempt to make pokeyellow buildable, part 8. (diff)
downloadpokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.gz
pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.xz
pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.zip
Fix bank3d so it matches baserom.gbc
Diffstat (limited to 'data')
-rwxr-xr-xdata/super_rod.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/super_rod.asm b/data/super_rod.asm
index cacb8ffd..14a3b9b7 100755
--- a/data/super_rod.asm
+++ b/data/super_rod.asm
@@ -28,6 +28,6 @@ FishingSlots:: ; f5eda (3d:5eda)
db SAFARI_ZONE_WEST,MAGIKARP,5,MAGIKARP,10,MAGIKARP,15,DRATINI,15
db SEAFOAM_ISLANDS_4,KRABBY,25,STARYU,20,KINGLER,35,STARYU,40
db SEAFOAM_ISLANDS_5,KRABBY,25,STARYU,20,KINGLER,35,STARYU,40
- db UNKNOWN_DUNGEON_2,GOLDEEN,25,SEAKING,35,SEAKING,45,SEAKING,55
+ db UNKNOWN_DUNGEON_1,GOLDEEN,25,SEAKING,35,SEAKING,45,SEAKING,55
db UNKNOWN_DUNGEON_3,GOLDEEN,30,SEAKING,40,SEAKING,50,SEAKING,60
db $ff \ No newline at end of file