Author Topic: [PSX/PC] Field editor - Deling (1.0)  (Read 313447 times)

Divatox

  • *
  • Posts: 95
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #325 on: 2025-06-18 00:28:22 »
Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()

i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?

albert

  • *
  • Posts: 55
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #326 on: 2025-06-23 08:31:41 »
Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()

i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?

First Pseudo-code mode just help you understand the logic of opcodes.

You need to click "Instructions" which one nearby "Pseudo-code"

and find this one:

PSHN_L      13
SETBATTLEMUSIC

change it to:

PSHN_L      73
SETBATTLEMUSIC

and click "Compile" button, and Save.

albert

  • *
  • Posts: 55
    • View Profile
Re: [PSX/PC] Field editor - Deling (1.0)
« Reply #327 on: 2025-06-23 08:38:14 »
Hi, im trying to edit some boss battles songs (premonition on Adel boss)
i found on deling this
lbl(27)
ucoff()
amesw(4, 3, 4, 100)
setbattlemusic(13) <<<<<<<<< ( i want to change to 73 premonition)
battle(363, 0)
setbattlemusic(5)
battleresult()

i load FIELD.fs in Deling, didnt found it Adel boss file, so i go do ultimecia's bosses to test. I found Sphinxaur boss and that line, but i select the number 13, but i cant change. What i missing here?

Adel boss battle please see: edadele3 /#350 /dic /default
battle No. is 796
« Last Edit: 2025-06-23 08:40:46 by albert »