Users browsing this thread: 1 Guest(s)
8 Dragons question

#6
Posts: 149
Threads: 21
Thanks Received: 40
Thanks Given: 3
Joined: Dec 2013
Reputation: 9
Status
Auto-life
The eight dragons are called via events. If you have the events script dump (see here), you can try to track all calls to CC/1F9F. This routine checks the counter of the defeated dragons. If you defeat all dragons, it gives you the esper Crusader. Otherwise, it displays the remaining number of dragons to defeat.

As example, the white dragon code is:
Code:
CC/558B: 4D    Invoke battle, enemy set $8B, background $3F (Default for this area), (mosaic effect enabled), (swoosh sound enabled)
CC/558E: B2    Call subroutine $CA5EA9
CC/5592: 42    Hide object $10
CC/5594: DD    Clear event bit $1E80($694) [$1F52, bit 4]
CC/5596: 96    Restore screen from fade
CC/5597: 5C    Pause execution until fade in or fade out is complete
CC/5598: 4B    Display dialogue message $06DD, wait for button press
               Got 'Pearl Lance'!
CC/559B: 80    Add item $21 (<DA>Pearl Lance ) to inventory
CC/559D: B2    Call subroutine $CC1F9F
CC/55A1: 3A    Enable player to move while event commands execute
CC/55A2: FE    Return

You can change the $4D opcode, the 'invoke battle' event. It calls the enemy formation to fight. In this case, the white dragon.

It is important to not confuse the 'monster formation pack' and the 'monster formation' tabs in ff3usme. The 'monster formation pack' is a collection of the 'monster formation' to call for the fight. Each pack has four or two formations to call based on a probability.

In ff3usme, for the $4D opcode, the pack number is $100 plus the opcode argument. In this case, it is $100 + $8B = $18B or 395 in decimal. The pack 395 calls the formation 481. technically, it is 3/4 of chance to call the formation 481 and 1/4 of chance to call the formation 481. Anyway, it will always call the formation 481. The formation 481 is the white dragon.

You can change the opcode argument to call a different pack, change the existent pack to call a different formation or change the existent formation with a new enemy. You have more than one option.

The white dragon in the Veldt is unrelated with the mentioned code/event. The white dragon will only appear in the Veldt after you defeated it once and it doesn't affect the counter of defeated dragons. The related event code will never be executed in the Veldt.
  Find
Quote  



Messages In This Thread
8 Dragons question - by Lightning - 05-14-2018, 03:32 PM
RE: 8 Dragons question - by ExiaTreason - 05-14-2018, 10:00 PM
RE: 8 Dragons question - by Lightning - 05-14-2018, 10:52 PM
RE: 8 Dragons question - by madsiur - 05-14-2018, 11:56 PM
RE: 8 Dragons question - by Lightning - 05-14-2018, 11:59 PM
RE: 8 Dragons question - by Warrax - 05-17-2018, 04:53 PM
RE: 8 Dragons question - by Lightning - 05-17-2018, 11:29 PM
RE: 8 Dragons question - by ExiaTreason - 05-15-2018, 06:05 AM
RE: 8 Dragons question - by Lightning - 05-15-2018, 09:42 AM
RE: 8 Dragons question - by HatZen08 - 05-15-2018, 02:43 AM
RE: 8 Dragons question - by PowerPanda - 05-18-2018, 06:33 PM
RE: 8 Dragons question - by Lightning - 05-19-2018, 02:40 AM
RE: 8 Dragons question - by buchhalter80 - 04-24-2021, 02:44 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite