Prev: 50112 Up: Map Next: 50210
50154: Duel Bonus Round Data
Dueller 1 data.
Duel_Data 50154 DEFB 0 Dueller state ("0" is complete).
50155 DEFB 128 Dueller timer.
50156 DEFB 18
50157 DEFB 1 Dueller position (1).
50158 DEFB 197,64 Screen position above dueller to display "EXTRA" or points.
50160 DEFB 0
50161 DEFB 0 Bonus points (x100, e.g. "9" == "900").
50162 DEFB 1
50163 DEFB 1 Current frame?
50164 DEFB 18,19,20 Dueller 1 frames.
50167 DEFB 0,8,8,10
Dueller 2 data.
50171 DEFB 0 Dueller state ("0" is complete).
50172 DEFB 128 Dueller timer.
50173 DEFB 18
50174 DEFB 2 Dueller position (2).
50175 DEFB 205,64 Screen position above dueller to display "EXTRA" or points.
50177 DEFB 0
50178 DEFB 0 Bonus points (x100, e.g. "9" == "900").
50179 DEFB 1
50180 DEFB 1 Current frame?
50181 DEFB 21,22,23 Dueller 2 frames.
50184 DEFB 0,8,8,10
Dueller 3 data.
50188 DEFB 0 Dueller state ("0" is complete).
50189 DEFB 128 Dueller timer.
50190 DEFB 18
50191 DEFB 3 Dueller position (3).
50192 DEFB 213,64 Screen position above dueller to display "EXTRA" or points.
50194 DEFB 0
50195 DEFB 0 Bonus points (x100, e.g. "9" == "900").
50196 DEFB 1
50197 DEFB 1 Current frame?
50198 DEFB 24,25,26 Dueller 3 frames.
50201 DEFB 0,8,8,10
Buffer holding bonus text.
Duel_Bonus_Text 50205 DEFM "900",255 Bonus text buffer changes during play - "900".
Not sure ... it is used though @todo.
50209 DEFB 0
Prev: 50112 Up: Map Next: 50210