Start undoing C++ comments
This commit is contained in:
@@ -28,10 +28,12 @@
|
||||
#include "mapinc.h"
|
||||
|
||||
static DECLFR(UNLRT01Read) {
|
||||
// u16 i, prot_areas[2][2] = {
|
||||
// { 0x8E80, 0x8EFF },
|
||||
// { 0xFE80, 0xFEFF },
|
||||
// };
|
||||
#if 0
|
||||
u16 i, prot_areas[2][2] = {
|
||||
{ 0x8E80, 0x8EFF },
|
||||
{ 0xFE80, 0xFEFF },
|
||||
};
|
||||
#endif
|
||||
if(((A >= 0xCE80) && (A < 0xCF00)) ||
|
||||
((A >= 0xFE80) && (A < 0xFF00))) {
|
||||
return 0xF2 | (rand() & 0x0D);
|
||||
|
||||
Reference in New Issue
Block a user