GetFieldObjectGraphicsInfo

This commit is contained in:
scnorton
2017-09-08 14:16:44 -04:00
parent 823f8d6a0c
commit e0b2e6cdbf
4 changed files with 37 additions and 43 deletions

View File

@@ -1,12 +1,13 @@
#ifndef POKEEMERALD_FIELD_MAP_OBJ_H
#define POKEEMERALD_FIELD_MAP_OBJ_H
#define NUM_OBJECT_GRAPHICS_INFO 239
#define SPRITE_VAR 240
// Exported struct declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_808D438(void);

View File

@@ -0,0 +1,10 @@
//
// Created by Scott Norton on 9/8/17.
//
#ifndef POKEEMERALD_MAUVILLE_OLD_MAN_H
#define POKEEMERALD_MAUVILLE_OLD_MAN_H
u8 sub_81201C8(void);
#endif //POKEEMERALD_MAUVILLE_OLD_MAN_H