mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-15 13:54:02 -05:00
This documents the map script commands related to the persisted map features initializers. Signed-off-by: Kuruyia <github@kuruyia.net>
15 lines
183 B
ArmAsm
15 lines
183 B
ArmAsm
#include "macros/scrcmd.inc"
|
|
|
|
.data
|
|
|
|
ScriptEntry _000A
|
|
ScriptEntry _000E
|
|
ScriptEntryEnd
|
|
|
|
_000A:
|
|
InitPersistedMapFeaturesForDistortionWorld
|
|
End
|
|
|
|
_000E:
|
|
End
|