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

@@ -6,8 +6,8 @@
*
*/
#ifndef ASMOTOR_ASM_ASM_H
#define ASMOTOR_ASM_ASM_H
#ifndef RGBDS_ASM_ASM_H
#define RGBDS_ASM_ASM_H
#include <stdbool.h>
#include <stdio.h>