ROM Hack change the ninteno DS Game logo

Status
Not open for further replies.

omarrrio

Well-Known Member
OP
Member
Joined
Feb 18, 2010
Messages
634
Trophies
1
Location
nowhere
XP
528
Country
Macau
Hi guys, i was wondering, if you guys could tell me how to change the logo of a game (showing up first when we get to game), and thank you.

btw the Rom is for captain tsubasa.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,795
Trophies
3
XP
28,452
Country
United Kingdom
http://filetrip.net/f222-RomeR-2-1-Beta.html is the easiest way. For commercial roms (romer does homebrew too) Rominator works.

http://gbatemp.net/index.php?showtopic=45360 if you fancy going manual (crystaltile2 has a few things that make it easier)
If you do go manual for whatever reason you will probably have to redo the header signing, there was a thread on that the other week (someone wanted to change the internal name) but you will have to look for that (I replied in it if you fancy going back through my posts).
 

omarrrio

Well-Known Member
OP
Member
Joined
Feb 18, 2010
Messages
634
Trophies
1
Location
nowhere
XP
528
Country
Macau
well i don't think you got me myfriend, i wanna change the logo of Captain Tsubasa, not the mini image, the big Image in Game. thank you.
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
221
Country
United States
I would suggest using DSBuff to edit the header info over RomeR since I had RomeR corrupt a game on me (RomeR crashed while editing the info and I couldn't fix it).

Additionally DSBuff does a bunch of other stuff, like unpacking the game so you can get to the individual files. You'll need to do this (then find and decompress the file) to edit the logo screen. You'll possibly end up using TileMolester to edit (or to export the image, edit and then import it back).
I'm pretty sure that this will vary game to game so there are no universal instructions.
 

twiztidsinz

Taiju Yamada Fan
Member
Joined
Dec 23, 2008
Messages
4,979
Trophies
0
Website
Visit site
XP
221
Country
United States
omarrrio said:
thank you, well, i was wondering, what are the Image extensions plz ??
They aren't.
Not what you seem to be expecting anyway.

Here's the "Game Over" graphic from LodeRunner:
LodeRunner_GameOver-unfixed.png


To get it in a usable condition, I have to do a few things after opening the file:
1). View -> Codec -> 4bpp linear, reverse order
2). Image -> Canvas Size -> 8 Columns
3). Select the proper palette (I'm using a somewhat generic one)
4). Tile Forward to line up the image tiles (3 times)
5). Byte Forward to clean up the image (8 times)
And then I end up with this:
LodeRunner_GameOver.png

This is easy since none of the files I'm dealing with are compressed and can be viewed simply by using the correct settings.

If I need to edit the image I can either use TileMolester directly, or select a group of tiles and choose Edit -> Copy To... to export it as a PNG file. If you edit the image, you have to be careful to use colors that already exist in the image (or are a VERY close match) since they'll change to what is available when you put them back in with TileMolester.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
    +1
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
  • BigOnYa @ BigOnYa:
    Easiest, simple way would be just restart scene, but player would restart from beginning.
    BigOnYa @ BigOnYa: Easiest, simple way would be just restart scene, but player would restart from beginning.