Skip to content

Commit

Permalink
pokemon_data: Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kbembedded committed Sep 15, 2023
1 parent a2b8258 commit bb3c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemon_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
#define _8_ 0xfe
#define _9_ 0xff

/* XXX: These are all opposite endianness on the flipper than they are in the
/* NOTE: These are all opposite endianness on the flipper than they are in the
* GB/Z80. e.g. a uint16_t value of 0x2c01 translates to 0x012c. Does flipper
* API have calls to swap endianness?
*/
Expand Down

0 comments on commit bb3c88f

Please sign in to comment.