diff options
author | dannye <33dannye@gmail.com> | 2020-11-07 20:53:32 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-11-07 20:53:32 -0600 |
commit | c501e663f5f9a504103749b6693b6bbb6fae48a6 (patch) | |
tree | 28d9aa1c5b4dbbc15cf344679d418ee14aeae52c /wram.asm | |
parent | 88967a2323ad140954cdb26ff80679154b28821b (diff) |
Add label for unknown debug byte
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3249,6 +3249,10 @@ wPlayerJumpingYScreenCoordsIndex:: wRivalStarter:: ds 1 +IF DEF(_DEBUG) +; This byte gets set to NUM_POKEMON by DebugStart. +wUnknownDebugByte:: +ENDC ds 1 wPlayerStarter:: |