Skip to content

Instantly share code, notes, and snippets.

@spiiin
Created April 6, 2018 10:57
Show Gist options
  • Save spiiin/07922546e9e9d43db06b5a339ce02eab to your computer and use it in GitHub Desktop.
Save spiiin/07922546e9e9d43db06b5a339ce02eab to your computer and use it in GitHub Desktop.
TMNT-1 nes compare addresses of level data
Config: Settings_Tmnt-1.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x4e79 == 0x4e79
palOffset 0x70e9 == 0x70e9
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-2-1.cs
palAddr 0xdd25 == 0xdd25
screensOffset 0x5239 == 0x5239
palOffset 0x1f851 != 0x1f843
blocksOffset 0xce25 == 0xce25
Config: Settings_Tmnt-2-2.cs
palAddr 0xdd25 == 0xdd25
screensOffset 0x53e9 == 0x53e9
palOffset 0x1f864 != 0x1f856
blocksOffset 0xce25 == 0xce25
Config: Settings_Tmnt-3-1.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x5689 == 0x5689
palOffset 0x1f8af != 0x1f8a1
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-3-2.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x5ad9 == 0x5ad9
palOffset 0x1f8af != 0x1f8a1
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-3-3.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x5f89 == 0x5f89
palOffset 0x1f8af != 0x1f8a1
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-3-4.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x6019 == 0x6019
palOffset 0x1f8af != 0x1f8a1
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-4-1.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x6139 == 0x6139
palOffset 0x1f8fa != 0x1f8ec
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-4-2.cs
palAddr 0xdd25 == 0xdd25
screensOffset 0x62e9 == 0x62e9
palOffset 0x1f8e1 != 0x1f8d3
blocksOffset 0xce25 == 0xce25
Config: Settings_Tmnt-4boss.cs
palAddr 0xe903 != -0x1
screensOffset 0x6919 == 0x6919
palOffset 0x1f92c != 0x1f91e
blocksOffset 0xe673 == 0xe673
Config: Settings_Tmnt-5-1.cs
palAddr 0xdd25 == 0xdd25
screensOffset 0x6c49 == 0x6c49
palOffset 0x1f95e != 0x1f950
blocksOffset 0xce25 == 0xce25
Config: Settings_Tmnt-5-2.cs
palAddr 0xcd51 == 0xcd51
screensOffset 0x6949 == 0x6949
palOffset 0x1f977 != 0x1f969
blocksOffset 0xc011 == 0xc011
Config: Settings_Tmnt-6-1.cs
palAddr 0xe5f5 == 0xe5f5
screensOffset 0x6f49 == 0x6f49
palOffset 0x1f9a9 != 0x1f99b
blocksOffset 0xde15 == 0xde15
Config: Settings_Tmnt-6-2-shredder.cs
palAddr 0xe5f5 == 0xe5f5
screensOffset 0x7789 == 0x7789
palOffset 0x1f9f4 != 0x1f9e6
blocksOffset 0xde15 == 0xde15
Config: Settings_Tmnt-map1.cs
palAddr 0x10a01 == 0x10a01
screensOffset 0x4079 == 0x4079
palOffset 0x1f7da != -0x1
blocksOffset 0x10011 == 0x10011
Config: Settings_Tmnt-map2.cs
palAddr 0x10e80 == 0x10e80
screensOffset 0x4179 == 0x4179
palOffset 0x1f838 != 0x1f82a
blocksOffset 0x10aa0 == 0x10aa0
Config: Settings_Tmnt-map3.cs
palAddr 0x10a01 == 0x10a01
screensOffset 0x41f9 == 0x41f9
palOffset 0x1f87d != 0x1f86f
blocksOffset 0x10011 == 0x10011
Config: Settings_Tmnt-map4.cs
palAddr 0x115fe == 0x115fe
screensOffset 0x4839 == 0x4839
palOffset 0x1f8c8 != 0x1f8ba
blocksOffset 0x10ebe == 0x10ebe
Config: Settings_Tmnt-map5.cs
palAddr 0x115fe == 0x115fe
screensOffset 0x4c39 == 0x4c39
palOffset 0x1f8c8 != 0x1f8ba
blocksOffset 0x10ebe == 0x10ebe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment