]> Chaos Git - corbenik/corbenik.git/commitdiff
AGB patches should work now (needs testing)
authorchaoskagami <chaos.kagami@gmail.com>
Sat, 11 Jun 2016 15:29:01 +0000 (11:29 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sat, 11 Jun 2016 15:29:01 +0000 (11:29 -0400)
patch/agb_biosscreen.pco
patch/agb_sig.pco

index 31b745f112e2f2c4e0e1eab83a631748e6fc27ad..624902caff80daef476a3bae51c4362001da7685 100644 (file)
@@ -3,8 +3,7 @@
 # $ver   01
 # $uuid  35
 
-# TODO - Make dynamic.
-#        This is also terribly inconvienent without labels.
+# TODO - Make dynamic. Also broken on O3DS.
 
 # Note - The bootscreen patch literally boots the GBA BIOS,
 #        so games have to pass the Nintendo logo check. If
@@ -15,19 +14,6 @@ rel agb
 # #############################
 
 # Bootscreen (1)
-seek  000D8B8A
-test  01
-jmpne 6
+find  000001ef
+fwd   02
 set   26
-
-jmp   8
-
-#########################
-
-# OLD3ds bootscreen (6)
-seek  000D7A12
-set   26
-
-# #######################
-
-# End (8)
index 654600c1f3e06f628846a8003d8686b30c84e61a..a81797f62fab21e352683b7eecac4ce928086ad9 100644 (file)
@@ -3,27 +3,11 @@
 # $ver   01
 # $uuid  39
 
-# TODO - Make dynamic.
-#        This is also terribly inconvienent without labels.
+# TODO - Use proper section.
 
 rel agb
 
 # #############################
 
-# New3DS Sigs (1)
-seek  0009DF64
-test  C117491C31D0
-jmpne 6
+find  C117491C31D0
 set   00204EB070BD
-
-jmp   8
-
-#########################
-
-# OLD3DS Sigs (6)
-seek  0009D2A8
-set   00204EB070BD
-
-# #######################
-
-# End (8)