Hi Laci,
From the KL03 reference manual, you can get that the FOPT flash address is 0x40D:

So you just need to modify the 0x40d in the startup_MKL03Z4.s.
/* Flash Configuration */
.section .FlashConfig, "a"
.long 0xFFFFFFFF /* address 0x400- 0x403 */
.long 0xFFFFFFFF /* address 0x404- 0x407 */
.long 0xFFFFFFFF /* address 0x408- 0x40b */
.long 0xFFFF3DFE /* address 0x40c- 0x40f */ //0x3d is the address 40d, if you want to change it, just change it to the data which you want.
.text
.thumb
About FOPT register each bit meaning, please refer to the following table:

Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------