Skip to content

Commit

Permalink
Merge pull request #35 from KH2FM-Mods-Num/Update-Waiting-Room
Browse files Browse the repository at this point in the history
1.53.5 Update
  • Loading branch information
1234567890num authored Aug 12, 2023
2 parents 9b9dc44 + ffe3431 commit 862afcb
Show file tree
Hide file tree
Showing 41 changed files with 38,866 additions and 396 deletions.
12 changes: 6 additions & 6 deletions 00common.bdscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ StackSize: 512
TempSize: 512
Triggers:
- Key: 9
Addr: TR9
Addr: GAMEOVER
- Key: 8
Addr: TR8
Addr: PROGRESS_CALLBACK
- Key: 7
Addr: TR7
Addr: NEWGAME
Name: 00common

---
; codeLabels:
; codeRevealer:
section .text
TR9:
GAMEOVER:
ret
TR8:
PROGRESS_CALLBACK:
popToSp 0
pushFromFSp 0
gosub 4, L34
Expand Down Expand Up @@ -116,7 +116,7 @@ L181:
L183:
drop
ret
TR7:
NEWGAME:
pushImm 2048
syscall 0, 14 ; trap_progress_set_flag (1 in, 0 out)
gosub 4, L193
Expand Down
31 changes: 31 additions & 0 deletions 03system.bin/ItemList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,37 @@ Items:
Picture: 271
Icon1: 0
Icon2: 25
#Map -> Form Aesthetic
- Id: 89 #Navigational Map -> Valor Form
Type: Map
Flag0: 1
Flag1: 0
Rank: C
StatEntry: 0
Name: 34370
Description: 34371
ShopBuy: 0
ShopSell: 0
Command: 0
Slot: 7
Picture: 266
Icon1: 0
Icon2: 25
- Id: 115 #Window of Time Map 2 -> Final Form
Type: Map
Flag0: 1
Flag1: 13
Rank: C
StatEntry: 0
Name: 34376
Description: 34377
ShopBuy: 0
ShopSell: 0
Command: 0
Slot: 17
Picture: 269
Icon1: 0
Icon2: 25
#DUMMY
- Id: 470 #DUMMY 23 (HP)
Type: Recipe
Expand Down
Binary file modified 03system.bin/went.bin
Binary file not shown.
Loading

0 comments on commit 862afcb

Please sign in to comment.