Skip to content

Commit

Permalink
fix bug where success / failure had diff timers
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Jul 5, 2024
1 parent 3cd9fb3 commit b525be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Online/Core/LGLExceededGameEnd.asm
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ addi REG_FILL_COLOR, REG_DO, DO_COLOR_FILL_LOSS
addi REG_FIRST_STRING, REG_DO, DO_STRING_YOU
lfs f3, DO_POS_Y_LOSS(REG_DO)

DISPLAY_LGL_MESSAGE:
# Make game exit transition longer
load r3, 0x8046b6a0 # Some static match state struct
li r4, 0xFD # Default value for this is 0x6e
stb r4, 0x24D5(r3) # Overwrite the GAME! think max time to make it longer

DISPLAY_LGL_MESSAGE:

# Print text on screen indicating what happened
lwz r3, OFST_R13_ODB_ADDR(r13) # data buffer address
lwz r3, ODB_HUD_TEXT_STRUCT(r3)
mr r4, REG_FILL_COLOR
Expand Down
2 changes: 1 addition & 1 deletion Output/Netplay/GALE01r2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ D7A5FFFF FAFA78FF
88630000 7C03D000
3B200002 3AF8001C
3AD80024 C0780008
40820024 3B200006
40820014 3B200006
3AF80018 3AD80020
C078000C 3C608046
6063B6A0 388000FD
Expand Down
2 changes: 1 addition & 1 deletion Output/Netplay/GALJ01r2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ D7A5FFFF FAFA78FF
88630000 7C03D000
3B200002 3AF8001C
3AD80024 C0780008
40820024 3B200006
40820014 3B200006
3AF80018 3AD80020
C078000C 3C608046
6063B6A0 388000FD
Expand Down

0 comments on commit b525be6

Please sign in to comment.