Skip to content

Commit b9f098d

Browse files
Merge pull request #6 from KH2FM-Mods-Num/Update-Waiting-Room
1.53.5 update
2 parents ed72ae3 + 7bb5c7e commit b9f098d

41 files changed

Lines changed: 49561 additions & 463 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

00common.bdscript

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ StackSize: 512
44
TempSize: 512
55
Triggers:
66
- Key: 9
7-
Addr: TR9
7+
Addr: GAMEOVER
88
- Key: 8
9-
Addr: TR8
9+
Addr: PROGRESS_CALLBACK
1010
- Key: 7
11-
Addr: TR7
11+
Addr: NEWGAME
1212
Name: 00common
1313

1414
---
1515
; codeLabels:
1616
; codeRevealer:
1717
section .text
18-
TR9:
18+
GAMEOVER:
1919
ret
20-
TR8:
20+
PROGRESS_CALLBACK:
2121
popToSp 0
2222
pushFromFSp 0
2323
gosub 4, L34
@@ -116,7 +116,7 @@ L181:
116116
L183:
117117
drop
118118
ret
119-
TR7:
119+
NEWGAME:
120120
pushImm 2048
121121
syscall 0, 14 ; trap_progress_set_flag (1 in, 0 out)
122122
gosub 4, L193

03system.bin/ItemList.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,37 @@ Items:
106106
Picture: 271
107107
Icon1: 0
108108
Icon2: 25
109+
#Map -> Form Aesthetic
110+
- Id: 89 #Navigational Map -> Valor Form
111+
Type: Map
112+
Flag0: 1
113+
Flag1: 0
114+
Rank: C
115+
StatEntry: 0
116+
Name: 34370
117+
Description: 34371
118+
ShopBuy: 0
119+
ShopSell: 0
120+
Command: 0
121+
Slot: 7
122+
Picture: 266
123+
Icon1: 0
124+
Icon2: 25
125+
- Id: 115 #Window of Time Map 2 -> Final Form
126+
Type: Map
127+
Flag0: 1
128+
Flag1: 13
129+
Rank: C
130+
StatEntry: 0
131+
Name: 34376
132+
Description: 34377
133+
ShopBuy: 0
134+
ShopSell: 0
135+
Command: 0
136+
Slot: 17
137+
Picture: 269
138+
Icon1: 0
139+
Icon2: 25
109140
#DUMMY
110141
- Id: 470 #DUMMY 23 (HP)
111142
Type: Recipe

03system.bin/went.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)