Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ASM/build/asm_symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
000005B4 Shop_Item_Save_Offset
0000D260 .dbl:0010
0000D270 .dbl:0010
00CDE1FC .byt:0001
00D7E178 @@not_in_ranch
00D7E18C @@return
00D7E18C return_from_the_other_function
Expand Down
8 changes: 8 additions & 0 deletions ASM/src/hacks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,11 @@
;Replaces: addiu t5, r0, 0x0200
.org 0xD4BE6C
jal jabu_elevator

;==================================================================================================
; Meg Dies in 1 hit
;==================================================================================================
; Replaces:
; 0x0A
.orga 0xCDE1FC
.byte 0x01
1 change: 1 addition & 0 deletions data/rom_patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ cc003b,45
cc003c,8f
cc003d,a4
cc003f,18
cde1fc,1
d12f78,34
d12f79,f
d12f7b,0
Expand Down