Skip to content

Commit 6794d0d

Browse files
committed
Change the text to be 3 pixels shorter
Matches the change made for M1+2
1 parent a35c547 commit 6794d0d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

16 Bytes
Binary file not shown.

src/m2-hack.asm

+10-4
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"
@@ -2323,10 +2333,6 @@ m2_title_text_params:
23232333
.org m2_title_text_params + 0xA4 :: dw m2_title_text_params + 0x64
23242334
.org m2_title_text_params + 0xAC :: dw m2_title_text_params + 0x68
23252335

2326-
.org 0x87099FC
2327-
m2_gas_station:
2328-
.incbin "data/m2-gas-station_[c].bin"
2329-
23302336
.org 0x8FEE000
23312337
disclaimer_palette:
23322338
.incbin "data/intro-screen-pal.bin"

0 commit comments

Comments
 (0)