Fixed some typos
This commit is contained in:
parent
999b7f1b11
commit
cfdc86eca8
|
@ -80,7 +80,7 @@ org $80CA60E; bl m2_vwf.copy_tile
|
|||
|
||||
// Re-draw the status screen after exiting the PSI sub-menu
|
||||
org $80BACFC; bl m2_formatting.status_redraw
|
||||
org $80BADE6; bl m2_formatting_status_redraw
|
||||
org $80BADE6; bl m2_formatting.status_redraw
|
||||
|
||||
// PP cost: only print once
|
||||
org $80B8B56; bl m2_vwf.ppcost_once
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
org $8B3FFA1; incbin m12-misctext2.bin
|
||||
org $8B3FFA1; incbin m12-psitargets.bin
|
||||
|
||||
org $80B8B2C; dd $08B3FFA1
|
||||
org $80B8BA4; dd $08B3FFA1
|
||||
|
|
Loading…
Reference in New Issue