diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
| commit | ae920d1be7641712b3df90151cbf91af7c614a47 (patch) | |
| tree | 0b3d4c04d8485f4a277511f448067cd9a4b22c05 /data | |
| parent | Attempt to make pokeyellow buildable, part 8. (diff) | |
| download | pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.gz pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.xz pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.zip | |
Fix bank3d so it matches baserom.gbc
Diffstat (limited to 'data')
| -rwxr-xr-x | data/super_rod.asm | 2 |
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 |
