1 Star 0 Fork 0

zengfr繁荣 / FinalFightAE-Source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ffight_ae_introdemos.asm 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
Grego Lewandowski 提交于 2019-12-01 12:19 . Check in
; ============================================
; Intro demos
org 0x00E6D0
jmp xintrodemo_playerassign_leader1p
org 0x00E6DA
jmp xintrodemo_playerassign_leader3p
; ============================================
; Fix for the leader/follower behavior in the Car Crush bonus stage.
; By default, the game forces any player in the Car Crush stage
; to be a follower if they are not 1P, regardless of how their leader
; flag is set. This was likely to force 2P to always approach from
; the right side of the screen for verisimilitude with the joystick
; positions on the cabinet. However, with three players this falls
; apart. This fix bypasses the player ID check that takes place after
; the leader check so that the new 3 player leader/follower system works.
org 0x00E3D8
NOP
NOP
NOP
1
https://gitee.com/zengfr/FinalFightAE-Source.git
git@gitee.com:zengfr/FinalFightAE-Source.git
zengfr
FinalFightAE-Source
FinalFightAE-Source
master

搜索帮助