Replace all ASMOTOR references with RGBDS.

This commit is contained in:
stag019
2015-03-07 15:42:06 -05:00
parent eadaa47770
commit db54c2ebd6
21 changed files with 42 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
#ifndef ASMOTOR_ASM_RPN_H
#define ASMOTOR_ASM_RPN_H
#ifndef RGBDS_ASM_RPN_H
#define RGBDS_ASM_RPN_H
struct Expression {
SLONG nVal;