mirror of https://github.com/pret/pokeemerald.git
Bold notes
parent
8e31379d90
commit
0fef167020
|
@ -1,8 +1,8 @@
|
|||
For this tutorial we will be editing one function within `src/overworld.c` and three functions within `src/event_object_movement.c` to make it easier when adding new overworlds, with new palettes.
|
||||
|
||||
Note that the current implementation breaks the reflection palette system, though for ease of adding new overworlds that should be adapted so it is dynamic as well, rather than requiring explicit reflection palettes.
|
||||
The current implementation breaks the reflection palette system, though for ease of adding new overworlds that should be adapted so it is dynamic as well, rather than requiring explicit reflection palettes.
|
||||
|
||||
_Note:_ Function `sub_808E894()` has been [decompiled](https://github.com/pret/pokeemerald/commit/be33878b94cc38913447682d3e34e674df68619f) so depending on your version it might be called `LoadEventObjectPalette()` instead.
|
||||
__Note:__ Function `sub_808E894()` has been [decompiled](https://github.com/pret/pokeemerald/commit/be33878b94cc38913447682d3e34e674df68619f) so depending on your version it might be called `LoadEventObjectPalette()` instead.
|
||||
|
||||
## overworld.c
|
||||
### sub_8086988()
|
||||
|
|
Loading…
Reference in New Issue