- 8
- Posts
- 2
- Years
- Seen Dec 20, 2023
Hello,
As part of a romhack I'm working on, I want to change the player's starting location to a position in a new map. However, simply changing the INSIDE_OF_TRUCK parameters in src/new_game.c to my new map's id doesn't work; in the middle of the player's shrinking animation after the intro, the game crashes. How would one go about changing the starting location and scene/animation?
As part of a romhack I'm working on, I want to change the player's starting location to a position in a new map. However, simply changing the INSIDE_OF_TRUCK parameters in src/new_game.c to my new map's id doesn't work; in the middle of the player's shrinking animation after the intro, the game crashes. How would one go about changing the starting location and scene/animation?