Merge pull request #157 from Lorenzooone/gas-station

Localize gas station screen
This commit is contained in:
jeffman 2022-01-07 15:27:54 -05:00 committed by GitHub
commit 586391eee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

View File

@ -2033,6 +2033,12 @@ nop
m12_cartridge_palettes:
.incbin "data/m2-cartridge-palettes.bin"
//==============================================================================
// Gas station screen hacks
//==============================================================================
.org 0x8012BF4 :: dw m2_gas_station
//==============================================================================
// First function hacks
//==============================================================================
@ -2219,6 +2225,10 @@ dw give_dead_full
m2InsaneCultist:
.incbin "data/m2-insane-cultist.bin"
.align 4
m2_gas_station:
.incbin "data/m2-gas-station_[c].bin"
.align 2
m2_coord_table_file:
.incbin "data/m2-coord-table-file-select.bin"