Recent content by morarin

  1. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    You're right — Part 4 was missing. I've added it now. I don't have a PDF, but I'll upload a text file containing the guides copied directly from my GBAtemp posts. 1781929817 By the way, is the code you're trying to update Khuong's pointer code that replaces the item selected on the crafting...
  2. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Storing or Removing Normally Non-Removable World Objects through Save Editing This is a follow-up to the manual save-editing example included with the DLV Profile Decrypt / Encrypt Tool. Some buildings, stalls, resource facilities, and natural objects cannot be stored or removed normally after...
  3. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    The following four sections build on this common foundation: Get All Clothing Items Raise Every Furniture Inventory Amount to 999 Get All Items by SubType Unlock All Memories The Clothing code introduces the basic ItemDatabase loop. The Furniture code adds an inventory amount check. The...
  4. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    In Part 2, the code got the missionId from the tracked mission. The next goal is to use that missionId to get the current mission data, then walk down to the actual MissionObjective. The structure is not flat. It is: MissionSlot -> CurrentStep -> SubSteps -> Objectives -> MissionObjective So...
  5. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    [Update: June 5, 2026] Fixed: [GetAllPlayerHouse], [GetAllCompanion], [GetAllMount]. Note: The previous versions caused crashes. Please use the new ones. Note: The required XP points have been updated following the player max level cap increase from 40 to 50 in v1.23.0. Level Total XP...
  6. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Hello everyone, again It has been a while. As I mentioned in my previous post, I had completely stepped away from the game. However, the recent update on June 3rd caught my attention, and I decided to boot up Disney Dreamlight Valley for the first time in a long while. To my surprise, it was...
  7. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Hello everyone, I am writing this to announce that I am leaving the community and will no longer be updating my cheat codes. To be honest, I have been struggling with this decision for several months. I have already physically let go of games and cut off my social ties related to it some...
  8. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Cheat codes here are for Nintendo Switch only and won't work on PC. But since save editors and mods exist for PC, you can probably do the same thing with those. https://fearlessrevolution.com/viewtopic.php?f=23&t=29455&start=1050
  9. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Since I play online, it looks like I always need to keep my system version up to date to launch the game. I don't know the technical details, but that's definitely the case for this game at least. However, I've heard that if you play offline, you can launch it even without the latest system...
  10. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Are you saying that after using R PickupToMax, you tried to craft something at crafting table but failed with an 'Inventory Full' message? Did that error message show up while FreeCraft was enabled then?
  11. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    I have never heard of 'Kefir' before, but I am able to use the cheat overlay without it. From the image you uploaded, I can see that you are using Atmosphere 1.10.0 and your System Version is 21.0.0 or higher. Based on this, I have put together a 7z file containing the EdiZon Overlay and the...
  12. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    Thank you for your understanding. The update coming on the 10th will allow us to sell clothing and furniture at Scrooge's Shop. I am hoping this will make it possible to sell debug items as well. (However, even if I sell them, the 'Get All' code will re-add them with every update, so I think...
  13. morarin

    Disney Dreamlight Valley [0100D39012C1A000]

    All DLC data is included in the base game file for this game. You can obtain every in-game item, including DLC items, by using 'GetAll' cheat codes. 1764647972 I've been chipping away at the 'R SelectToRemove' update. Just curious—what are you deleting with this? Most clothes and furniture can...