summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-05 11:01:12 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-05 11:01:12 -0500
commit4f9c8f57ba7da2106d624dae4b16d1aeff2769a5 (patch)
treeabfc52fc1d14afd1ebb03ac0a4a5273932aebfa4 /patches
parent28791f0cb8df075199862b1367e3ed3ede692fd7 (diff)
Add ex51 values
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/51_values.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/patches/51_values.patch b/patches/patches/51_values.patch
new file mode 100644
index 0000000..43d1f65
--- /dev/null
+++ b/patches/patches/51_values.patch
@@ -0,0 +1,12 @@
+96c96
+< const print = ???;
+---
+> const print = std.debug.print;
+152c152
+< levelUp(glorp, reward_xp);
+---
+> levelUp(&glorp, reward_xp);
+157c157
+< fn levelUp(character_access: Character, xp: u32) void {
+---
+> fn levelUp(character_access: *Character, xp: u32) void {