Skip to content

Commit 586391e

Browse files
authored
Merge pull request #157 from Lorenzooone/gas-station
Localize gas station screen
2 parents 566a315 + 6794d0d commit 586391e

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/data/m2-gas-station-base.png

9.47 KB
Loading

src/data/m2-gas-station_[c].bin

14.1 KB
Binary file not shown.

src/m2-hack.asm

+10
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,12 @@ nop
20332033
m12_cartridge_palettes:
20342034
.incbin "data/m2-cartridge-palettes.bin"
20352035

2036+
//==============================================================================
2037+
// Gas station screen hacks
2038+
//==============================================================================
2039+
2040+
.org 0x8012BF4 :: dw m2_gas_station
2041+
20362042
//==============================================================================
20372043
// First function hacks
20382044
//==============================================================================
@@ -2219,6 +2225,10 @@ dw give_dead_full
22192225
m2InsaneCultist:
22202226
.incbin "data/m2-insane-cultist.bin"
22212227

2228+
.align 4
2229+
m2_gas_station:
2230+
.incbin "data/m2-gas-station_[c].bin"
2231+
22222232
.align 2
22232233
m2_coord_table_file:
22242234
.incbin "data/m2-coord-table-file-select.bin"

0 commit comments

Comments
 (0)