Search results

  1. H

    ROM Hack Identifying AP checks in commercial roms

    BLZ decompression starts at the end of the arm9.bin and usually ends around 0x02007FFF. If you change the contents of the compressed arm9.bin at an address above 0x02007FFF, the decompressor will output garbage once that address is read due to the way compression wroks. Use this to recompress...
  2. H

    Hardware Portable 6 inch HDMI monitor?

    not sure how reliable this is but im planning to get a display for a ps2 mod from here http://www.buydisplay.com/default/tft-display?cat=84&interface=746 5" and 7" only edit; and 800x480 seems to be the highest res so...
  3. H

    ROM Hack Changing server URL in rom.

    You have to decompress with BLZ, not LZ77. Extract arm9.bin and all the overlays with Crystaltile. Download CUE's DS Tools from romhacking.net. Extract BLZ.exe from the archive you downloaded into the same directory that contains arm9.bin and the overlays. Open a command line then enter this...
  4. H

    What High Score Can You Get on RGB Challenge

    15 after first attempt. then got a 0. XD
  5. H

    Homebrew Youtube DS - Play Youtube videos on your DS!

    afair, you use the .section directive only once. so if you're doing this - .section .itcm ... .section .dtcm the 2nd .section is ignored? while this should work .section .itcm ... .pushsection .dtcm @ dtcm code here .popsection
  6. H

    Homebrew Homebrew Development

    yes, it should if sp wasnt modified in between the push and the ldr. edit: it could change if itheres a subroutine call inside the ... using the value of sp as one of its arguments like mov r0, sp bl impureFunc
  7. H

    Homebrew Homebrew Development

    from luaScreen.cpp static int lua_pixel(lua_State *L) { int argc = lua_gettop(L); if ((argc != 4) && (argc != 5)) return luaL_error(L, "wrong number of arguments"); int x = luaL_checknumber(L,1); int y = luaL_checknumber(L,2); u32 color = luaL_checknumber(L,3); int screen =...
  8. H

    Homebrew neoDS - Update!

    Ive sent you a pm.
  9. H

    Homebrew Homebrew Development

    add -nostdlib -L<path to libgcc.a> to your linker options to override the default library path of devkitpro.
  10. H

    Gaming psp video transcoder that ACTUALLY WORKS?

    any encoder should do. make sure that the output video format is h264, main profile level 3.0. resolution can be 368x208 or 480x272 or 720x480, audio format should be mp4a and total bitrate should be less than 768 KBps(audio + video). most of the time, the audio track dont need reencoding if the...
  11. H

    Hacking PSP shutdown instead of Sleep

    cheatmaster fusion has real-time save.crashes on my go everytime i try to load a state or whem i accidentally press x on the dictionary.might work on your 3k though. you could also try satellite_game and hold plugin.pause the game with satellite then toggle hold.
  12. H

    Homebrew Is there a decent text editor for the DS?

    Download Micro Lua DS and install on your sd.Then install LED_v1_3 or editeur-master.You can get them from http://microlua.xooit.fr. Editeur-master has a french UI though you could easily translate it if you understand lua code. LED's UI is in english and has more features like...
  13. H

    Hacking 3DS Emulates the DS

    From what I've read, ARMv6 and higher architectures have hardware supported virtualization.ARM implemented this feature starting 2010, for dynamic binary translation of code intended to run on architectures v5 and lower. It must be dbt and not just simple emulation.
  14. H

    Gaming FF Advance Tactics A2 Freezing

    The "?" that appears after your first auction? You must be using cheats.Disable cheats before entering the battle. That also happened to me before when I had the no exp cheat turned on.
  15. H

    ROM Hack DS Download Play - Send nds file with Planet Puzzle League

    According to this NSMB hacking thread from another site, Mario vs Luigi Level hacks playable in NSMB download play works on flashme'd and non-flashme'd DS's.
  16. H

    Gaming NDS games in which you can/have to raise monsters?

    WizMan's World lets you "raise" monsters called homunculus.
  17. H

    ROM Hack DS Hooking Help

    your return address is misaligned.
  18. H

    ROM Hack DS Hooking Help

    are you using dsatm? dsatm uses the pseudo-op, ldr r*, =*********** , that works differently with other compilers. so r0 and r1 retains their previous values?
General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Well start walking towards them +1