Skip to content

Commit

Permalink
Complete ereader.s
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Jan 7, 2024
1 parent 6d10404 commit 5e9b285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions include/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ extern void sub_38A0(s8, u16);
extern s16 GetEReaderCardIndex(void);
extern void sub_394C(void);
extern void sub_3AB4(void);

// asm/ereader.s

extern void sub_3C1C(void);
extern s32 sub_3C78(void);
extern s16 sub_3CD8(void);
Expand Down
1 change: 0 additions & 1 deletion ld_script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ SECTIONS
src/rom_9BC.o(.text);
src/bonus_field_select.o(.text);
src/ereader.o(.text);
asm/ereader.o(.text);
src/pokedex.o(.text);
asm/pokedex.o(.text);
src/pokedex_end.o(.text);
Expand Down

0 comments on commit 5e9b285

Please sign in to comment.