Quote from: Gantry on 09/19/25, 01:19:46 PMI'm pretty sure I wrote/modified the code for the second player pause in US RBI, but I don't remember any details. I doubt I have any files on it, unless I made a forum post with the specifics.
Quote from: ProfessorW on 09/18/25, 03:37:58 PMI forgot. The IP Patches I mentioned were downloaded from this site (use Google Translate)
http://www.ttttom.website/Mayuemp/Famista/Patch/Patch.html
Basically are zips with a lot of IPS patches, including a README in japanese. The description of some patches in the README did not make too much sense to me, but probably the same README file was used in all the packs for all the different FamSta games.
@NoroNoro, I was more interested in what the README says for some of the patches, that was I tried to wrote in the previous post.
Many of them break the game, but a couple of them are interesting: DH, Uniform_94 (including screenshot of this one when applied to the game). I want to test the 2P one, which if I understood the file, allows second player to pause the game.
Quote from: NoroNoro on 09/19/25, 11:57:16 PMI also use patches from this person (Mayutch) to edit and play with Famista '93. I haven't really worked with the first Famista.
I think 2PTime.ips should work as well. (However, since it's the type of patch that writes a subroutine into a free area, it may break if another patch overlaps that area. In that case, you just need to relocate the address.)
About enabling "Time Call" with the second controller
1. Find the routine that checks controller 1's input address $0B for the value #$10 (Start button), and identify the time-call check
2. Turn that time-call check into a new subroutine and branch to it
3. In the new subroutine, reuse the controller 1 check, and also check controller 2's $0C. If either is pressed, jump to the original time-call routine and then return
First Famista
=============
(before)
A5 0B LDA $0B
29 10 AND #$10
D0 06 BNE $AAF6
--------
(after)
20 78 EF JSR $EF78 ; jump to a free area (address is up to you)
EA NOP
EA NOP
EA NOP
(new) subroutine (place it at $EF78 or any free area you prefer)
$EF78:
A5 0B LDA $0B
29 10 AND #$10
D0 07 BNE $EF85
A5 0C LDA $0C
29 10 AND #$10
D0 01 BNE $EF85
60 RTS
$EF85:
4C F6 AA JMP $AAF6
->I have updated the code.
-------------------------------------------------------------------------------
私もこの方(Mayutchさん)のパッチを利用させてもらってファミスタ'93を編集して遊んでいます。私は初代ファミスタは使ったことがありません。
2PTime.ipsも動作すると思いますよ。(ただし、空きエリアにサブルーチンを書いているタイプのパッチなので、他のパッチとエリアが被ると壊れる可能性があります。その場合はアドレスを変えてあげれば大丈夫です。)
2コントローラーでの「タイムコール」について
1) 1コントローラの入力アドレスの$0Bの値#$10(スタートボタン)を確認する処理を探し、タイムコール判定を見つける
2) 判明したタイムコール判定を新しくサブルーチン化し、そこにジャンプさせる
3) サブルーチンでは1コントローラーの判定を移植し、2コントローラーの$0Cでも判定し、今までどおりタイムコールサブルーチンへジャンプさせ、サブルーチンから抜ける
初代ファミスタ
==============
(before)
A5 0B LDA $0B
29 10 AND #$10
D0 06 BNE $AAF6
--------
(after)
20 78 EF JSR $EF78 ; 空きエリアにジャンプ(アドレスはお好みで)
EA NOP
EA NOP
EA NOP
(new) subroutine (place it at $EF78 or any free area you prefer)
$EF78:
A5 0B LDA $0B
29 10 AND #$10
D0 07 BNE $EF85
A5 0C LDA $0C
29 10 AND #$10
D0 01 BNE $EF85
60 RTS
$EF85:
4C F6 AA JMP $AAF6
-> コードを修正しました。
Quote from: ProfessorW on 09/18/25, 03:37:58 PMI want to test the 2P one, which if I understood the file, allows second player to pause the game.
Quote from: Ninja Baseball Batman on 09/18/25, 11:39:36 AMIt would be awesome to modify some of the famista games with RBI rosters. I can't recall which game it is but it has a box showing the batters statistics for game