Moving assets
In this section, we will look at how to move assets.
What you will need
A hex editor such as HxD
Asset Documentation
Moving wifi, play coins, and other assets.
- Navigate to your HMRT folder from Start
- Open hud.LZ in HxD or another hex editor.
- Locate the name of the asset you want to move in the asset documentation under the
Name
column. - In HxD, press ctrl + F.
- Select the “Text-String” tab.
- Copy in the name of the asset you are moving and hit OK.
- Move 24 spaces to the right to get to the position values.
- After moving 24 spaces you are on the X position. The next four columns define that.
- Just past the X position is the Y position. The next four columns define the Y position.
- After making your changes, save the file.
- See if your assets are in the correct spot by using steps 4-5 in Start!