LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

RESTORE in functions

Root / General / [.]

12Me21Created:
To use RESTORE in a function, you have to do
RESTORE "slot:@label"
If you don't know what slot it's in, you can't do this. However, COPY works perfectly fine within functions, so you can use
DIM TEMP[0]
COPY TEMP,@LABEL,0
instead.