Announcement

Collapse
No announcement yet.

[NDS] The Legend of Zelda Spirit Tracks [U] [AR]

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Well..after more playing it is clear that not all Force Gems open warp points (after you hit with cannon ball that is) but that they also just open more tracks. Since you need to consider also that somewhere in the coding you have to make all those people who give you force gems happy...I think this code is not going to be a one liner but more like your stamps code. Clearly not all force gems are needed in the game but will lead to treasures. I need to keep playing to get more gems since I still have not arrived at the Pirates Island. I actually have already defeated the Big Demon Train in the Dark Realm and can at any time just defeat the Final Boss to finish the game. At this point I would just rather keep gathering more gems and more feel for what this game is really doing....perhaps more later....
    Ancient Code Sage

    Comment


    • #17
      Well if I do remember correctly there is a code to always have happy customers,so that wont be a problem, maybe you should try using the code to see if you can progress any further in the code hunt. I'm currently playing Black Sigil and making some new codes for it, Walk thru walls is always a great code to have lol, and speaking of which the WTW code for zelda is made when you freeze the blinking that Link does when he is hit.
      Spoiler Alert! Click to view...

      THE BAD GUY!!!!!!

      Comment


      • #18
        Yes....that WTW method is how I used to do the other game systems I did this type of code for. It also works for getting invincibility codes too. You have a good point about the Happy Customer code....it might well be the code we seek is close by....worth a shot.
        Last edited by macrox; 12-28-2009, 10:50:32 AM.
        Ancient Code Sage

        Comment


        • #19
          hey um I'm using your codes all they all work great except they train health max (invincible) code doesnt work also I am making a faster link code but am I making it wrong? heres the code.....920856b8 000029f6
          .................................................. .................................................. .................................................. .................................................. .............................020856b8 e3a31co4
          .................................................. .................................................. .................................................. .................................................. .............................020856d8 e3a31c04
          .................................................. .................................................. .................................................. .................................................. .............................d2000000 00000000

          Comment


          • #20
            faster link code (us v.)

            hey um I'm using your codes all they all work great except they train health max (invincible) code doesnt work also I am making a faster link code but am I making it wrong? heres the code.........920856b8 000029f6
            .................................................. .................................................. .................................................. .................................................. .............................020856b8 e3a31co4
            .................................................. .................................................. .................................................. .................................................. .............................020856d8 e3a31c04
            .................................................. .................................................. .................................................. .................................................. .............................d2000000 00000000

            Comment


            • #21
              The train code doesn't make you invincible just gives you infinite health to attacks, and trains still kill you. As for your code that is asm and did you really make that? and what is the problem your having with it?
              Spoiler Alert! Click to view...

              THE BAD GUY!!!!!!

              Comment


              • #22
                Here are some better train speed codes I just whipped up.

                Note: Most of these just change the speed of your second gear. The old code just doubled max speeds and accelerations for all gears. Also interesting to note, the default acceleration of 1st gear is 50 and 2nd gear is slower at 20.

                ::3x Train Speed (Always On)
                52135FE4 000000C1
                02135FE4 00000243
                02135FE8 0000003C
                D2000000 00000000

                ::3x Train Speed (Up+L/R = ON/OFF)
                94000130 FDBF0000
                02135FE4 00000243
                02135FE8 0000003C
                D2000000 00000000
                94000130 FEBF0000
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::5x Train Speed (Up+L/R = ON/OFF)
                94000130 FDBF0000
                02135FE4 000003C5
                02135FE8 00000064
                D2000000 00000000
                94000130 FEBF0000
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::10x Train Speed (Up+L/R = ON/OFF)
                94000130 FDBF0000
                02135FE4 0000078A
                02135FE8 000000C8
                D2000000 00000000
                94000130 FEBF0000
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::50x Train Speed (Up+L/R = ON/OFF)
                94000130 FDBF0000
                02135FE4 000025B2
                02135FE8 000003E8
                D2000000 00000000
                94000130 FEBF0000
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::Instant Train Brake
                520EE39C D1A00005
                020EE39C E1A00005
                020EE3B0 E1A00005
                D2000000 00000000

                ::Instant Train Deceleration
                520EE35C D1A00002
                020EE35C E1A00002
                D2000000 00000000

                ::Instant Train Acceleration
                520EE338 A1A00002
                020EE338 E1A00002
                D2000000 00000000

                ::First Gear 3x, Second Gear 5x (Up+L/R = ON/OFF)
                94000130 FDBF0000
                02135FDC 00000243
                02135FE0 00000096
                02135FE4 000003C5
                02135FE8 00000064
                D2000000 00000000
                94000130 FEBF0000
                02135FDC 00000073
                02135FE0 00000032
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::Train 1st Gear Mod (Always On)
                :::XXXX = max speed, YYYY = acceleration
                52135FDC 00000073
                02135FDC 0000XXXX
                02135FE0 0000YYYY
                D2000000 00000000

                ::Train 1st Gear Mod (Up+L/R = ON/OFF)
                :::XXXX = max speed, YYYY = acceleration
                94000130 FDBF0000
                02135FDC 0000XXXX
                02135FE0 0000YYYY
                D2000000 00000000
                94000130 FEBF0000
                02135FDC 00000073
                02135FE0 00000032
                D2000000 00000000

                ::Train 2nd Gear Mod (Always On)
                :::XXXX = max speed, YYYY = acceleration
                52135FE4 000000C1
                02135FE4 0000XXXX
                02135FE8 0000YYYY
                D2000000 00000000

                ::Train 2nd Gear Mod (Up+L/R = ON/OFF)
                :::XXXX = max speed, YYYY = acceleration
                94000130 FDBF0000
                02135FE4 0000XXXX
                02135FE8 0000YYYY
                D2000000 00000000
                94000130 FEBF0000
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::First Gear and Second Gear Mod (Up+L/R = ON/OFF)
                :::AAAA = 1st Gear Max, BBBB = 1st Gear Acceleration
                :::CCCC = 2nd Gear Max, DDDD = 2nd Gear Acceleration
                94000130 FDBF0000
                02135FDC 0000AAAA
                02135FE0 0000BBBB
                02135FE4 0000CCCC
                02135FE8 0000DDDD
                D2000000 00000000
                94000130 FEBF0000
                02135FDC 00000073
                02135FE0 00000032
                02135FE4 000000C1
                02135FE8 00000014
                022D1CE0 00000C10
                D2000000 00000000

                ::First Gear and Second Gear Mod (Always On)
                :::AAAA = 1st Gear Max, BBBB = 1st Gear Acceleration
                :::CCCC = 2nd Gear Max, DDDD = 2nd Gear Acceleration
                52135FDC 00000073
                02135FDC 0000AAAA
                02135FE0 0000BBBB
                02135FE4 0000CCCC
                02135FE8 0000DDDD
                D2000000 00000000


                I also have memory addresses for individual maximum speeds and accelerations if any of you want them.

                Comment


                • #23
                  Not sure why database editors neglect the current gen area, but your codes are finally up Spikeman.
                  http://OldGameHacking.com/
                  http://www.youtube.com/user/DreamcastVideos

                  Comment


                  • #24
                    just wanted to say thx for all your work-codes work great.However am stuck on the miniblin Pirate outpost game. Those rascals get me-in the end..Oh, and game ID (on the outside of the cart) is BKIE N0J19, If that helps

                    thanks
                    JB

                    Comment


                    • #25
                      Hello!
                      This following code is for the EU version of Spirit Tracks (BKIP-48C96A52):

                      Have All Rabbits
                      92265340 00005544
                      02262030 FFFFFFFF
                      02262034 00F3FFFF
                      D2000000 00000000

                      Can someone convert this to the US (Original, NOT Patched) Format (BKIE-94771A5D)?

                      Thanks in advance!

                      Comment


                      • #26
                        In addition to converting the above code, can anyone make codes for stopping the timer at the Whittleton Village Whip Race and a score modifier for the Pirate Hideout Target Minigame??? I will provide a SAV file that starts you at the Pirate Hideout:

                        https://www.4shared.com/s/fga48dTKTea

                        Again, this is for the unpatched US version (BKIE-94771A5D)

                        Thanks in advance!
                        Last edited by mechawily; 01-12-2021, 10:41:30 AM.

                        Comment


                        • #27
                          Originally posted by mechawily View Post
                          In addition to converting the above code, can anyone make codes for stopping the timer at the Whittleton Village Whip Race and a score modifier for the Pirate Hideout Target Minigame??? I will provide a SAV file that starts you at the Pirate Hideout:

                          https://www.4shared.com/s/fga48dTKTea

                          Again, this is for the unpatched US version (BKIE-94771A5D)

                          Thanks in advance!
                          Ok, I managed to make codes for the Arrow Minigame using DesMume (which, on my laptop is slow as frick lol):

                          Have 3000 points at Arrow Minigame (Use to get Quiver)
                          02164224 00000BB8

                          Have 4000 points at Arrow Minigame (Use to get Heart Container)
                          02164224 00000FA0

                          As for the other two codes I requested, I failed at making a code for All Rabbits while I'm not sure at all how to make a time stop code for the Whip Minigame. Hopefully someone here will have better luck, but for now, I'm proud of the codes I made.

                          Comment

                          Working...
                          X