summaryrefslogtreecommitdiff
path: root/codehandler.yaml
diff options
context:
space:
mode:
authorStephen Simpson <megazig@gmail.com>2011-10-10 22:16:35 -0500
committerStephen Simpson <megazig@gmail.com>2011-10-10 22:16:35 -0500
commit1bf7f8a471746eef9badf5f37031da6f8d88e9a2 (patch)
tree03e4e62a435d88e5fd8d9dda2d9cc848e5a16af1 /codehandler.yaml
parenta61758720db96f59e0fb82aab9f326d37e186a11 (diff)
downloadkamek-1bf7f8a471746eef9badf5f37031da6f8d88e9a2.tar.gz
kamek-1bf7f8a471746eef9badf5f37031da6f8d88e9a2.zip
added ability to link in .o files
tweeked MountainGoombas Launch state for always arcing up added two more goomba types to the Launch state added in codehandler. bp not working, but rest seems functional
Diffstat (limited to '')
-rw-r--r--codehandler.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/codehandler.yaml b/codehandler.yaml
new file mode 100644
index 0000000..cfbeb9e
--- /dev/null
+++ b/codehandler.yaml
@@ -0,0 +1,8 @@
+source_files: [../src/codehandler.o]
+hooks:
+ - name: CodeHandlerHook
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x801bdf78
+ target_func: '_start'
+