Recent content by Delphin

  1. Delphin

    ROM Hack Animal Crossing: New Leaf Save Editor

    That makes sense. Could you explain what you mean by making a beach higher up?
  2. Delphin

    ROM Hack Animal Crossing: New Leaf Save Editor

    Hi, I actually talked about this a little in the RAM Editing Thread, and posted about my findings. The grey box will persist even if you place a second bridge (I've tried it). I get the feeling that if we are able to edit the main-street acres, then perhaps the grey box would go away, because...
  3. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Thanks. I don't have a dream address at the moment because I'm just playing around with different layouts, the town is quite barren. Empty houses, no PWPs and hardly any trees or flowers, so that it's easier to move buildings. I'll try the tunnel, but I'm thinking that the 3d object for the...
  4. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Thanks for the feedback. I probably shouldn't have picked green twice. Haha, oops. I might go fix the colours when I get the chance. Also, just as an update to previous attempts made to create a town with a surrounding beach. I made these edits: And the the game loaded just fine, even after...
  5. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    Ok, so I decided to make a diagram to try and outline the hex offset and values for the acres. The middle, light green squares are editable through the map editor. The border is colour-coded with a legend below to show the different hex values. Hopefully this is helpful for anyone trying to edit...
  6. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I don't know what the rules are for the game. I have a left tunnel and a right tunnel, no bridge. Here are some screen captures: http://imgur.com/a/zHTB9
  7. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    To be honest, I don't even know what gateway or sky3ds is, haha. I just started hacking ACNL earlier this week because I acquired a non-updated 3DS. I can load up my town and take pics if you'd like. And yeah, I think copy-paste the values would make it work. If someone wants to try using the...
  8. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I'm not sure what screenshots you'd like? In-game or the hex-editor? I used the RAM editor (https://gbatemp.net/threads/spider-animal-crossing-new-leaf-ram-editor.382965/) to dump the acnlram.bin then opened it with HxD and made changes. I then used the RAM editor to inject it.
  9. Delphin

    ROM Hack Animal Crossing: New Leaf Save Editor

    I accidentally did that when I used the grass seeder from leaftools https://gbatemp.net/threads/release-spider-leaftools-animal-crossing-new-leaf-spiderhax.383773/ I'm not sure how long it lasts though.
  10. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    No problem, when you mentioned it, I thought "I need to have my town layout like that!" The only 'problem/bug' I'm encountering is that the sound of the waves are still playing when you stand on the side of your town where the beach used to be. I just assumed that the sound would have been...
  11. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    To add to my previous post. (no clue what to call it) Below Acres (0X4DA4A - 0X4DA56) A7 - ocean bottom ? A8 - ocean right corner ? A9 - ocean left corner ? I set mine to: A9 00 A7 00 A7 00 A7 00 A7 00 A7 00 A8 Edit: corrected mistake
  12. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    This seemed like such a perfect idea, so I tried it out. Overhead Acres (0x4DA04 - 0x4DA10) A0: cliff for right beach A1: left tunnel A2: cliff for left beach A6: Red bridge 9D: single barrier 9E: stairs 9F: right tunnel Left-side Acres (0x4DA12, 0x4DA20, 0x4DA2E, 0x4DA3C) A3: cliff/hill A4...
  13. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I figured out the answer to my own question. As these mentioned in previous posts: I had already removed all my rivers, so I went back into the map editor and placed a river acre next to my waterfall so that I could easily find it in the hex file (by comparing the file with and without the...
  14. Delphin

    ROM Hack [Spider] Animal Crossing: New Leaf RAM Editing Thread

    I am new to hex editing (and new to this forum). How do you find your cliff waterfall hex? (not the beach one, I removed the beach one with the map editor). Removing the cliff waterfall is the last thing I have left to accomplish a town with no river. Additional info: I have HxD installed, I...