Code cleanup (#28)

Lots of code cleanup
This commit is contained in:
snesrev
2023-03-20 18:12:36 +01:00
committed by GitHub
parent 19c3651a3e
commit 51ac35a65d
42 changed files with 5746 additions and 7438 deletions

11
other/useful_regexps.txt Normal file
View File

@@ -0,0 +1,11 @@
(, *|[-=+!] *|\()\*\(\(uint16 \*\)(v[0-9]+) \+ 2\) $1GET_WORD($2 + 4)
(\(|[-=+!] *|, *)\*\(uint16 \*\)(v[0-9]+) $1GET_WORD($2)
(, *|[-=+!] *|\()\*\(uint16 \*\)\((v[0-9]+) \+ 3\) $1GET_WORD($2 + 3)
RespawnEnemy