Subversion Repositories freemyipod

Rev

Rev 768 | Rev 881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 768 Rev 843
Line 129... Line 129...
129
 
129
 
130
 
130
 
131
firstinstcost:
131
firstinstcost:
132
.word 0
132
.word 0
133
commoncost:
133
commoncost:
134
.word 0
134
.word 5
135
 
135
 
136
firstinstscript:
136
firstinstscript:
137
commonscript:
137
commonscript:
-
 
138
.word 1
-
 
139
.word apps_dirname
-
 
140
.word 1
-
 
141
 
-
 
142
.word 1
-
 
143
.word bootmenu_dirname
-
 
144
.word 1
-
 
145
 
-
 
146
.word 4
-
 
147
.word theme_emcoreapp_filename
-
 
148
.word f_theme_emcoreapp
-
 
149
.word f_theme_emcoreapp_end - f_theme_emcoreapp
-
 
150
.word 3
-
 
151
 
138
.word 0
152
.word 0
139
 
153
 
140
 
154
 
141
background_png:
155
background_png:
142
.incbin "oobe/background.png"
156
.incbin "oobe/background.png"
Line 152... Line 166...
152
 
166
 
153
actions_png:
167
actions_png:
154
.incbin "oobe/actions.png"
168
.incbin "oobe/actions.png"
155
actions_png_end:
169
actions_png_end:
156
 
170
 
-
 
171
apps_dirname:
-
 
172
.ascii "/.apps\0"
-
 
173
 
-
 
174
bootmenu_dirname:
-
 
175
.ascii "/.apps/bootmenu\0"
-
 
176
 
-
 
177
theme_emcoreapp_filename:
-
 
178
.ascii "/.apps/bootmenu/theme.emcoreapp\0"
-
 
179
 
157
.align 4
180
.align 4
158
f_boot_emcorelib:
181
f_boot_emcorelib:
159
.incbin "flashfiles/boot.emcorelib"
182
.incbin "flashfiles/boot.emcorelib"
160
f_boot_emcorelib_end:
183
f_boot_emcorelib_end:
161
 
184
 
Line 197... Line 220...
197
.align 4
220
.align 4
198
f_emcoreldr_ipodclassic_bin:
221
f_emcoreldr_ipodclassic_bin:
199
.incbin "flashfiles/emcoreldr-ipodclassic.bin"
222
.incbin "flashfiles/emcoreldr-ipodclassic.bin"
200
f_emcoreldr_ipodclassic_bin_end:
223
f_emcoreldr_ipodclassic_bin_end:
201
 
224
 
-
 
225
.align 4
-
 
226
f_theme_emcoreapp:
-
 
227
.incbin "fsfiles/.apps/bootmenu/theme.emcoreapp"
-
 
228
f_theme_emcoreapp_end:
-
 
229
 
202
.align 2
230
.align 2
203
231