Commit 5818227 1 parent a35c547 commit 5818227 Copy full SHA for 5818227
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2033,6 +2033,12 @@ nop
2033
2033
m12_cartridge_palettes:
2034
2034
. incbin "data/m2-cartridge-palettes.bin"
2035
2035
2036
+ //==============================================================================
2037
+ // Gas station screen hacks
2038
+ //==============================================================================
2039
+
2040
+ .org 0x8012BF4 :: dw m2_gas_station
2041
+
2036
2042
//==============================================================================
2037
2043
// First function hacks
2038
2044
//==============================================================================
@@ -2219,6 +2225,10 @@ dw give_dead_full
2219
2225
m2InsaneCultist:
2220
2226
. incbin "data/m2-insane-cultist.bin"
2221
2227
2228
+ . align 4
2229
+ m2_gas_station:
2230
+ . incbin "data/m2-gas-station_[c].bin"
2231
+
2222
2232
. align 2
2223
2233
m2_coord_table_file:
2224
2234
. incbin "data/m2-coord-table-file-select.bin"
@@ -2323,10 +2333,6 @@ m2_title_text_params:
2323
2333
.org m2_title_text_params + 0xA4 :: dw m2_title_text_params + 0x64
2324
2334
.org m2_title_text_params + 0xAC :: dw m2_title_text_params + 0x68
2325
2335
2326
- .org 0x87099FC
2327
- m2_gas_station:
2328
- . incbin "data/m2-gas-station_[c].bin"
2329
-
2330
2336
.org 0x8FEE000
2331
2337
disclaimer_palette:
2332
2338
. incbin "data/intro-screen-pal.bin"
You can’t perform that action at this time.
0 commit comments