I know there are already level modifiers for this game (going up to level 999). However, I haven't been able to find a separate speed modifier (so blocks can fall at level 1 speed, on level 20, for example). I've poked around the level modifier code (editing the address by steps of 1, 2, and 4), but couldn't find anything there. However, I did find a half-assed "disable auto-fall" code which only works on levels lower than 16 or so. You can find the code on my hacker thread.
My code does not allow one to soft-drop the blocks, so you HAVE to hard-drop them, and you can't slide an L block underneath a vertical S block (the old block-slide trick first seen in NES Tetris).
I was wondering if there were a way to improve my auto-fall code. Does anyone know where the actual speed-modifier address is? I'm going to try to search for the RAM and ROM maps for Tetris DS, but I can't guarantee I'll find anything (you know how Google is).
My code does not allow one to soft-drop the blocks, so you HAVE to hard-drop them, and you can't slide an L block underneath a vertical S block (the old block-slide trick first seen in NES Tetris).
I was wondering if there were a way to improve my auto-fall code. Does anyone know where the actual speed-modifier address is? I'm going to try to search for the RAM and ROM maps for Tetris DS, but I can't guarantee I'll find anything (you know how Google is).



).
Comment