mirror of
https://github.com/risingPhil/libpokemegb.git
synced 2026-03-21 17:44:24 -05:00
Fix name bug with getMoveString
This commit is contained in:
parent
2adbacf43b
commit
76ecc15ede
|
|
@ -1,6 +1,6 @@
|
|||
#include "Moves.h"
|
||||
|
||||
const char *moveToString(Move move)
|
||||
const char *getMoveString(Move move)
|
||||
{
|
||||
switch (move)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user