From: Bernhard Urban Date: Wed, 26 Jan 2011 21:23:20 +0000 (+0100) Subject: . X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=commitdiff_plain;h=refs%2Fheads%2Fbatman . --- diff --git a/batman/exploit.s b/batman/exploit.s index 6c0ebab..ced2134 100644 --- a/batman/exploit.s +++ b/batman/exploit.s @@ -27,7 +27,7 @@ start: # the save file. lis 3,main@h ; ori 3,3,main@l ; addi 5,3,-4 - lis 4,retadr@h ; ori 4,4,retadr@l-4 + lis 4,(retadr-4)@h ; ori 4,4,(retadr-4)@l # Calculate proper offset for the loader in memory 0: lbzu 0,4(4); cmpwi 0,0x60 ; beq 0b addi 4,4,-4; addi 4,4,end-start diff --git a/batman/make-title-bin.pl b/batman/make-title-bin.pl index a3c4b75..639905d 100755 --- a/batman/make-title-bin.pl +++ b/batman/make-title-bin.pl @@ -9,7 +9,7 @@ sub printline { print $x; } -$name = "\"Bathaxx\" by lewurm"; +$name = '"Bathaxx" by lewurm'; $version = `cat ../.version`; printline $name;